#AED24A

Color #AED24A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AED24A

Tints of Conifer #AED24A

Color information

#AED24A (or 0xAED24A) is unknown color: approx Conifer. HEX triplet: AE, D2 and 4A. RGB value is (174,210,74). Sum of RGB (Red+Green+Blue) = 174+210+74=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #AED24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED24A is #512DB5. Grayscale: #B8B8B8. Windows color (decimal): -5320118 or 4903598. OLE color: 4903598.

HSL color Cylindrical-coordinate representation of color #AED24A: hue angle of 75.88º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED24A is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB17421074-
CMYK0.1700.650.18
HSL75.88º60.18%55.69%-
HSV(B)75.88º64.76%82.35%-
XYZ41.7455.5915.01-
YUV183.7366.07121.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 210 (82.42% from 255) = 45.85%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=37.99%
G=45.85%
B=16.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174210740.1700.650.1875.8860.1855.69
HexAED24A11041124c3c38
Octal256322112210101221147470
Binary101011101101001010010101000101000001100101001100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED24A; }

 p { color: rgb(174,210,74); }

 H1.HeaderClassName
 {
   color: #AED24A;
 }
 .AnyTagClassName
 {
   color: #AED24A;
 }
</style>
background-color css

<style>
 a { background-color: #AED24A; }

 a { background-color: rgb(174,210,74); }

 div.DivClassName
 {
   background-color: #AED24A;
 }
 .BgClassName
 {
   background-color: #AED24A;
 }
</style>
border-color css

<style>
 span { border-color: #AED24A; }

 span { border-color: rgb(174,210,74); }

 td.TdClassName
 {
   border-color: #AED24A;
 }
 .TagClassName
 {
   border-color: #AED24A;
 }
</style>