#AAD554

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

Shades of Conifer #AAD554

Tints of Conifer #AAD554

Color information

#AAD554 (or 0xAAD554) is unknown color: approx Conifer. HEX triplet: AA, D5 and 54. RGB value is (170,213,84). Sum of RGB (Red+Green+Blue) = 170+213+84=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD554 is #552AAB. Grayscale: #B9B9B9. Windows color (decimal): -5581484 or 5559722. OLE color: 5559722.

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

Color convert

RGB17021384-
CMYK0.2000.610.16
HSL80º60.56%58.24%-
HSV(B)80º60.56%83.53%-
XYZ41.9756.7717.13-
YUV185.4470.75116.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 84 (33.20% from 255) = 17.99%
R=36.40%
G=45.61%
B=17.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170213840.2000.610.168060.5658.24
HexAAD5541403D10503d3a
Octal25232512424075201207572
Binary10101010110101011010100101000111101100001010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD554; }

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

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

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

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

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

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

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

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