#ADD054

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

Shades of Conifer #ADD054

Tints of Conifer #ADD054

Color information

#ADD054 (or 0xADD054) is unknown color: approx Conifer. HEX triplet: AD, D0 and 54. RGB value is (173,208,84). Sum of RGB (Red+Green+Blue) = 173+208+84=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD054 is #522FAB. Grayscale: #B7B7B7. Windows color (decimal): -5386156 or 5558445. OLE color: 5558445.

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

Color convert

RGB17320884-
CMYK0.1700.600.18
HSL76.94º56.88%57.25%-
HSV(B)76.94º59.62%81.57%-
XYZ41.3954.6416.75-
YUV183.471.9120.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=37.20%
G=44.73%
B=18.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173208840.1700.600.1876.9456.8857.25
HexADD0541103C124d3939
Octal25532012421074221157171
Binary10101101110100001010100100010111100100101001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD054; }

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

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

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

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

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

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

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

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