#AAD55D

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

Shades of Conifer #AAD55D

Tints of Conifer #AAD55D

Color information

#AAD55D (or 0xAAD55D) is unknown color: approx Conifer. HEX triplet: AA, D5 and 5D. RGB value is (170,213,93). Sum of RGB (Red+Green+Blue) = 170+213+93=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD55D is #552AA2. Grayscale: #BABABA. Windows color (decimal): -5581475 or 6149546. OLE color: 6149546.

HSL color Cylindrical-coordinate representation of color #AAD55D: hue angle of 81.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD55D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB17021393-
CMYK0.2000.560.16
HSL81.5º58.82%60%-
HSV(B)81.5º56.34%83.53%-
XYZ42.3556.9219.11-
YUV186.4675.25116.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=35.71%
G=44.75%
B=19.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170213930.2000.560.1681.558.8260
HexAAD55D1403810523b3c
Octal25232513524070201227374
Binary10101010110101011011101101000111000100001010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD55D; }

 p { color: rgb(170,213,93); }

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

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

 a { background-color: rgb(170,213,93); }

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

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

 span { border-color: rgb(170,213,93); }

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