#AAD55A

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

Shades of Conifer #AAD55A

Tints of Conifer #AAD55A

Color information

#AAD55A (or 0xAAD55A) is unknown color: approx Conifer. HEX triplet: AA, D5 and 5A. RGB value is (170,213,90). Sum of RGB (Red+Green+Blue) = 170+213+90=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD55A is #552AA5. Grayscale: #BABABA. Windows color (decimal): -5581478 or 5952938. OLE color: 5952938.

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

Color convert

RGB17021390-
CMYK0.2000.580.16
HSL80.98º59.42%59.41%-
HSV(B)80.98º57.75%83.53%-
XYZ42.2256.8718.43-
YUV186.1273.75116.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 90 (35.55% from 255) = 19.03%
R=35.94%
G=45.03%
B=19.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170213900.2000.580.1680.9859.4259.41
HexAAD55A1403A10513b3b
Octal25232513224072201217373
Binary10101010110101011011010101000111010100001010001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD55A; }

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

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

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

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

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

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

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

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