#add354

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

Shades of Conifer #ADD354

Tints of Conifer #ADD354

Color information

#ADD354 (or 0xADD354) is unknown color: approx Conifer. HEX triplet: AD, D3 and 54. RGB value is (173,211,84). Sum of RGB (Red+Green+Blue) = 173+211+84=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD354 is #522CAB. Grayscale: #B9B9B9. Windows color (decimal): -5385388 or 5559213. OLE color: 5559213.

HSL color Cylindrical-coordinate representation of color #ADD354: hue angle of 77.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD354 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB17321184-
CMYK0.1800.600.17
HSL77.95º59.07%57.84%-
HSV(B)77.95º60.19%82.75%-
XYZ42.1356.1117-
YUV185.1670.91119.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 211 (82.81% from 255) = 45.09%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=36.97%
G=45.09%
B=17.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173211840.1800.600.1777.9559.0757.84
HexADD3541203C114e3b3a
Octal25532312422074211167372
Binary10101101110100111010100100100111100100011001110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #add354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #add354; }

 p { color: rgb(173,211,84); }

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

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

 a { background-color: rgb(173,211,84); }

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

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

 span { border-color: rgb(173,211,84); }

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