#ADEA66

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

Shades of Conifer #ADEA66

Tints of Conifer #ADEA66

Color information

#ADEA66 (or 0xADEA66) is unknown color: approx Conifer. HEX triplet: AD, EA and 66. RGB value is (173,234,102). Sum of RGB (Red+Green+Blue) = 173+234+102=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA66 is #521599. Grayscale: #C9C9C9. Windows color (decimal): -5379482 or 6744749. OLE color: 6744749.

HSL color Cylindrical-coordinate representation of color #ADEA66: hue angle of 87.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADEA66 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB173234102-
CMYK0.2600.560.08
HSL87.73º75.86%65.88%-
HSV(B)87.73º56.41%91.76%-
XYZ49.0568.6923.24-
YUV200.7172.29108.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=33.99%
G=45.97%
B=20.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732341020.2600.560.0887.7375.8665.88
HexADEA661A0388584c42
Octal2553521463207010130114102
Binary101011011110101011001101101001110001000101100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEA66; }

 p { color: rgb(173,234,102); }

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

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

 a { background-color: rgb(173,234,102); }

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

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

 span { border-color: rgb(173,234,102); }

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