#ADD14B

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

Shades of Conifer #ADD14B

Tints of Conifer #ADD14B

Color information

#ADD14B (or 0xADD14B) is unknown color: approx Conifer. HEX triplet: AD, D1 and 4B. RGB value is (173,209,75). Sum of RGB (Red+Green+Blue) = 173+209+75=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD14B is #522EB4. Grayscale: #B7B7B7. Windows color (decimal): -5385909 or 4968877. OLE color: 4968877.

HSL color Cylindrical-coordinate representation of color #ADD14B: hue angle of 76.12º 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 #ADD14B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB17320975-
CMYK0.1700.640.18
HSL76.12º59.29%55.69%-
HSV(B)76.12º64.11%81.96%-
XYZ41.354.9915.09-
YUV182.9667.07120.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 209 (82.03% from 255) = 45.73%
BLUE value IS 75 (29.69% from 255) = 16.41%
R=37.86%
G=45.73%
B=16.41%

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
Decimal173209750.1700.640.1876.1259.2955.69
HexADD14B11040124c3b38
Octal255321113210100221147370
Binary101011011101000110010111000101000000100101001100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD14B; }

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

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

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

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

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

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

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

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