#AED24D

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

Shades of Conifer #AED24D

Tints of Conifer #AED24D

Color information

#AED24D (or 0xAED24D) is unknown color: approx Conifer. HEX triplet: AE, D2 and 4D. RGB value is (174,210,77). Sum of RGB (Red+Green+Blue) = 174+210+77=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #AED24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED24D is #512DB2. Grayscale: #B8B8B8. Windows color (decimal): -5320115 or 5100206. OLE color: 5100206.

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

Color convert

RGB17421077-
CMYK0.1700.630.18
HSL76.24º59.64%56.27%-
HSV(B)76.24º63.33%82.35%-
XYZ41.8455.6315.55-
YUV184.0767.57120.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 77 (30.47% from 255) = 16.70%
R=37.74%
G=45.55%
B=16.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174210770.1700.630.1876.2459.6456.27
HexAED24D1103F124c3c38
Octal25632211521077221147470
Binary10101110110100101001101100010111111100101001100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED24D; }

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

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

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

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

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

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

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

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