#AADD55

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

Shades of Conifer #AADD55

Tints of Conifer #AADD55

Color information

#AADD55 (or 0xAADD55) is unknown color: approx Conifer. HEX triplet: AA, DD and 55. RGB value is (170,221,85). Sum of RGB (Red+Green+Blue) = 170+221+85=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD55 is #5522AA. Grayscale: #BEBEBE. Windows color (decimal): -5579435 or 5627306. OLE color: 5627306.

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

Color convert

RGB17022185-
CMYK0.2300.620.13
HSL82.5º66.67%60%-
HSV(B)82.5º61.54%86.67%-
XYZ44.0760.9118.03-
YUV190.2568.6113.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 85 (33.59% from 255) = 17.86%
R=35.71%
G=46.43%
B=17.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170221850.2300.620.1382.566.6760
HexAADD551703ED52433c
Octal252335125270761512210374
Binary10101010110111011010101101110111110110110100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD55; }

 p { color: rgb(170,221,85); }

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

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

 a { background-color: rgb(170,221,85); }

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

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

 span { border-color: rgb(170,221,85); }

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