#ADDD66

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

Shades of Conifer #ADDD66

Tints of Conifer #ADDD66

Color information

#ADDD66 (or 0xADDD66) is unknown color: approx Conifer. HEX triplet: AD, DD and 66. RGB value is (173,221,102). Sum of RGB (Red+Green+Blue) = 173+221+102=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD66 is #522299. Grayscale: #C1C1C1. Windows color (decimal): -5382810 or 6741421. OLE color: 6741421.

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

Color convert

RGB173221102-
CMYK0.2200.540.13
HSL84.2º63.64%63.33%-
HSV(B)84.2º53.85%86.67%-
XYZ45.4961.5622.05-
YUV193.0876.6113.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=34.88%
G=44.56%
B=20.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211020.2200.540.1384.263.6463.33
HexADDD6616036D54403f
Octal255335146260661512410077
Binary10101101110111011100110101100110110110110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD66; }

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

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

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

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

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

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

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

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