#AEDB61

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

Shades of Conifer #AEDB61

Tints of Conifer #AEDB61

Color information

#AEDB61 (or 0xAEDB61) is unknown color: approx Conifer. HEX triplet: AE, DB and 61. RGB value is (174,219,97). Sum of RGB (Red+Green+Blue) = 174+219+97=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB61 is #51249E. Grayscale: #C0C0C0. Windows color (decimal): -5317791 or 6413230. OLE color: 6413230.

HSL color Cylindrical-coordinate representation of color #AEDB61: hue angle of 82.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEDB61 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB17421997-
CMYK0.2100.560.14
HSL82.13º62.89%61.96%-
HSV(B)82.13º55.71%85.88%-
XYZ44.9460.5220.62-
YUV191.6474.59115.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 219 (85.94% from 255) = 44.69%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=35.51%
G=44.69%
B=19.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174219970.2100.560.1482.1362.8961.96
HexAEDB6115038E523f3e
Octal25633314125070161227776
Binary1010111011011011110000110101011100011101010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB61; }

 p { color: rgb(174,219,97); }

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

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

 a { background-color: rgb(174,219,97); }

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

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

 span { border-color: rgb(174,219,97); }

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