#AAD565

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

Shades of Conifer #AAD565

Tints of Conifer #AAD565

Color information

#AAD565 (or 0xAAD565) is unknown color: approx Conifer. HEX triplet: AA, D5 and 65. RGB value is (170,213,101). Sum of RGB (Red+Green+Blue) = 170+213+101=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD565 is #552A9A. Grayscale: #BBBBBB. Windows color (decimal): -5581467 or 6673834. OLE color: 6673834.

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

Color convert

RGB170213101-
CMYK0.2000.530.16
HSL83.04º57.14%61.57%-
HSV(B)83.04º52.58%83.53%-
XYZ42.7257.0721.08-
YUV187.3879.25115.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=35.12%
G=44.01%
B=20.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131010.2000.530.1683.0457.1461.57
HexAAD565140351053393e
Octal25232514524065201237176
Binary10101010110101011100101101000110101100001010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD565; }

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

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

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

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

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

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

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

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