#ADDF60

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

Shades of Conifer #ADDF60

Tints of Conifer #ADDF60

Color information

#ADDF60 (or 0xADDF60) is unknown color: approx Conifer. HEX triplet: AD, DF and 60. RGB value is (173,223,96). Sum of RGB (Red+Green+Blue) = 173+223+96=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF60 is #52209F. Grayscale: #C2C2C2. Windows color (decimal): -5382304 or 6348717. OLE color: 6348717.

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

Color convert

RGB17322396-
CMYK0.2200.570.13
HSL83.62º66.49%62.55%-
HSV(B)83.62º56.95%87.45%-
XYZ45.7362.520.72-
YUV193.5772.94113.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 223 (87.5% from 255) = 45.33%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=35.16%
G=45.33%
B=19.51%

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
Decimal173223960.2200.570.1383.6266.4962.55
HexADDF6016039D54423f
Octal255337140260711512410277
Binary10101101110111111100000101100111001110110101001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDF60; }

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

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

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

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

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

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

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

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