#ADE96A

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

Shades of Conifer #ADE96A

Tints of Conifer #ADE96A

Color information

#ADE96A (or 0xADE96A) is unknown color: approx Conifer. HEX triplet: AD, E9 and 6A. RGB value is (173,233,106). Sum of RGB (Red+Green+Blue) = 173+233+106=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE96A is #521695. Grayscale: #C9C9C9. Windows color (decimal): -5379734 or 7006637. OLE color: 7006637.

HSL color Cylindrical-coordinate representation of color #ADE96A: hue angle of 88.35º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE96A is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB173233106-
CMYK0.2600.550.09
HSL88.35º74.27%66.47%-
HSV(B)88.35º54.51%91.37%-
XYZ48.9768.224.22-
YUV200.5874.62108.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 233 (91.41% from 255) = 45.51%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=33.79%
G=45.51%
B=20.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732331060.2600.550.0988.3574.2766.47
HexADE96A1A0379584a42
Octal2553511523206711130112102
Binary101011011110100111010101101001101111001101100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE96A; }

 p { color: rgb(173,233,106); }

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

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

 a { background-color: rgb(173,233,106); }

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

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

 span { border-color: rgb(173,233,106); }

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