#AAD56B

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

Shades of Conifer #AAD56B

Tints of Conifer #AAD56B

Color information

#AAD56B (or 0xAAD56B) is unknown color: approx Conifer. HEX triplet: AA, D5 and 6B. RGB value is (170,213,107). Sum of RGB (Red+Green+Blue) = 170+213+107=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD56B is #552A94. Grayscale: #BCBCBC. Windows color (decimal): -5581461 or 7067050. OLE color: 7067050.

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

Color convert

RGB170213107-
CMYK0.2000.500.16
HSL84.34º55.79%62.75%-
HSV(B)84.34º49.77%83.53%-
XYZ43.0357.222.68-
YUV188.0682.25115.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 107 (42.19% from 255) = 21.84%
R=34.69%
G=43.47%
B=21.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131070.2000.500.1684.3455.7962.75
HexAAD56B140321054383f
Octal25232515324062201247077
Binary10101010110101011101011101000110010100001010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD56B; }

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

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

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

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

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

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

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

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