#ADD444

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

Shades of Conifer #ADD444

Tints of Conifer #ADD444

Color information

#ADD444 (or 0xADD444) is unknown color: approx Conifer. HEX triplet: AD, D4 and 44. RGB value is (173,212,68). Sum of RGB (Red+Green+Blue) = 173+212+68=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD444 is #522BBB. Grayscale: #B8B8B8. Windows color (decimal): -5385148 or 4510893. OLE color: 4510893.

HSL color Cylindrical-coordinate representation of color #ADD444: hue angle of 76.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD444 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB17321268-
CMYK0.1800.680.17
HSL76.25º62.61%54.9%-
HSV(B)76.25º67.92%83.14%-
XYZ41.8256.3914.15-
YUV183.9262.58120.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 68 (26.95% from 255) = 15.01%
R=38.19%
G=46.80%
B=15.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173212680.1800.680.1776.2562.6154.9
HexADD44412044114c3f37
Octal255324104220104211147767
Binary101011011101010010001001001001000100100011001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD444; }

 p { color: rgb(173,212,68); }

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

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

 a { background-color: rgb(173,212,68); }

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

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

 span { border-color: rgb(173,212,68); }

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