#ADE96C

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

Shades of Conifer #ADE96C

Tints of Conifer #ADE96C

Color information

#ADE96C (or 0xADE96C) is unknown color: approx Conifer. HEX triplet: AD, E9 and 6C. RGB value is (173,233,108). Sum of RGB (Red+Green+Blue) = 173+233+108=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE96C is #521693. Grayscale: #C9C9C9. Windows color (decimal): -5379732 or 7137709. OLE color: 7137709.

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

Color convert

RGB173233108-
CMYK0.2600.540.09
HSL88.8º73.96%66.86%-
HSV(B)88.8º53.65%91.37%-
XYZ49.0868.2424.77-
YUV200.8175.62108.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=33.66%
G=45.33%
B=21.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732331080.2600.540.0988.873.9666.86
HexADE96C1A0369594a43
Octal2553511543206611131112103
Binary101011011110100111011001101001101101001101100110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE96C; }

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

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

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

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

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

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

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

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