#addd60

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

Shades of Conifer #ADDD60

Tints of Conifer #ADDD60

Color information

#ADDD60 (or 0xADDD60) is unknown color: approx Conifer. HEX triplet: AD, DD and 60. RGB value is (173,221,96). Sum of RGB (Red+Green+Blue) = 173+221+96=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD60 is #52229F. Grayscale: #C0C0C0. Windows color (decimal): -5382816 or 6348205. OLE color: 6348205.

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

Color convert

RGB17322196-
CMYK0.2200.570.13
HSL83.04º64.77%62.16%-
HSV(B)83.04º56.56%86.67%-
XYZ45.261.4420.54-
YUV192.473.6114.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 221 (86.72% from 255) = 45.10%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=35.31%
G=45.10%
B=19.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173221960.2200.570.1383.0464.7762.16
HexADDD6016039D53413e
Octal255335140260711512310176
Binary10101101110111011100000101100111001110110100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #addd60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #addd60; }

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

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

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

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

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

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

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

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