#ADDD4C

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

Shades of Conifer #ADDD4C

Tints of Conifer #ADDD4C

Color information

#ADDD4C (or 0xADDD4C) is unknown color: approx Conifer. HEX triplet: AD, DD and 4C. RGB value is (173,221,76). Sum of RGB (Red+Green+Blue) = 173+221+76=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD4C is #5222B3. Grayscale: #BEBEBE. Windows color (decimal): -5382836 or 5037485. OLE color: 5037485.

HSL color Cylindrical-coordinate representation of color #ADDD4C: hue angle of 79.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDD4C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB17322176-
CMYK0.2200.660.13
HSL79.86º68.08%58.24%-
HSV(B)79.86º65.61%86.67%-
XYZ44.3961.1216.29-
YUV190.1263.6115.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 76 (30.08% from 255) = 16.17%
R=36.81%
G=47.02%
B=16.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173221760.2200.660.1379.8668.0858.24
HexADDD4C16042D50443a
Octal2553351142601021512010472
Binary101011011101110110011001011001000010110110100001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD4C; }

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

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

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

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

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

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

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

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