#AAD561

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

Shades of Conifer #AAD561

Tints of Conifer #AAD561

Color information

#AAD561 (or 0xAAD561) is unknown color: approx Conifer. HEX triplet: AA, D5 and 61. RGB value is (170,213,97). Sum of RGB (Red+Green+Blue) = 170+213+97=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD561 is #552A9E. Grayscale: #BBBBBB. Windows color (decimal): -5581471 or 6411690. OLE color: 6411690.

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

Color convert

RGB17021397-
CMYK0.2000.540.16
HSL82.24º58%60.78%-
HSV(B)82.24º54.46%83.53%-
XYZ42.535720.07-
YUV186.9277.25115.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=35.42%
G=44.38%
B=20.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170213970.2000.540.1682.245860.78
HexAAD5611403610523a3d
Octal25232514124066201227275
Binary10101010110101011100001101000110110100001010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD561; }

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

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

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

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

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

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

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

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