#ADDD6A

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

Shades of Conifer #ADDD6A

Tints of Conifer #ADDD6A

Color information

#ADDD6A (or 0xADDD6A) is unknown color: approx Conifer. HEX triplet: AD, DD and 6A. RGB value is (173,221,106). Sum of RGB (Red+Green+Blue) = 173+221+106=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD6A is #522295. Grayscale: #C1C1C1. Windows color (decimal): -5382806 or 7003565. OLE color: 7003565.

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

Color convert

RGB173221106-
CMYK0.2200.520.13
HSL85.04º62.84%64.12%-
HSV(B)85.04º52.04%86.67%-
XYZ45.6961.6423.12-
YUV193.5478.6113.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=34.6%
G=44.2%
B=21.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211060.2200.520.1385.0462.8464.12
HexADDD6A16034D553f40
Octal255335152260641512577100
Binary10101101110111011101010101100110100110110101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD6A; }

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

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

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

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

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

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

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

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