#ADDA60

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

Shades of Conifer #ADDA60

Tints of Conifer #ADDA60

Color information

#ADDA60 (or 0xADDA60) is unknown color: approx Conifer. HEX triplet: AD, DA and 60. RGB value is (173,218,96). Sum of RGB (Red+Green+Blue) = 173+218+96=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA60 is #52259F. Grayscale: #BFBFBF. Windows color (decimal): -5383584 or 6347437. OLE color: 6347437.

HSL color Cylindrical-coordinate representation of color #ADDA60: hue angle of 82.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDA60 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB17321896-
CMYK0.2100.560.15
HSL82.13º62.24%61.57%-
HSV(B)82.13º55.96%85.49%-
XYZ44.4259.8720.28-
YUV190.6474.59115.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=35.52%
G=44.76%
B=19.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173218960.2100.560.1582.1362.2461.57
HexADDA6015038F523e3e
Octal25533214025070171227676
Binary1010110111011010110000010101011100011111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDA60; }

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

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

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

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

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

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

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

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