#ADD14C

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

Shades of Conifer #ADD14C

Tints of Conifer #ADD14C

Color information

#ADD14C (or 0xADD14C) is unknown color: approx Conifer. HEX triplet: AD, D1 and 4C. RGB value is (173,209,76). Sum of RGB (Red+Green+Blue) = 173+209+76=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD14C is #522EB3. Grayscale: #B7B7B7. Windows color (decimal): -5385908 or 5034413. OLE color: 5034413.

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

Color convert

RGB17320976-
CMYK0.1700.640.18
HSL76.24º59.11%55.88%-
HSV(B)76.24º63.64%81.96%-
XYZ41.3455.0115.28-
YUV183.0767.57120.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 209 (82.03% from 255) = 45.63%
BLUE value IS 76 (30.08% from 255) = 16.59%
R=37.77%
G=45.63%
B=16.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173209760.1700.640.1876.2459.1155.88
HexADD14C11040124c3b38
Octal255321114210100221147370
Binary101011011101000110011001000101000000100101001100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD14C; }

 p { color: rgb(173,209,76); }

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

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

 a { background-color: rgb(173,209,76); }

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

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

 span { border-color: rgb(173,209,76); }

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