#AAF057

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

Shades of Conifer #AAF057

Tints of Conifer #AAF057

Color information

#AAF057 (or 0xAAF057) is unknown color: approx Conifer. HEX triplet: AA, F0 and 57. RGB value is (170,240,87). Sum of RGB (Red+Green+Blue) = 170+240+87=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF057 is #550FA8. Grayscale: #CACACA. Windows color (decimal): -5574569 or 5763242. OLE color: 5763242.

HSL color Cylindrical-coordinate representation of color #AAF057: hue angle of 87.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF057 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB17024087-
CMYK0.2900.640.06
HSL87.45º83.61%64.12%-
HSV(B)87.45º63.75%94.12%-
XYZ49.4671.5520.22-
YUV201.6363.31105.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 240 (94.14% from 255) = 48.29%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=34.21%
G=48.29%
B=17.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170240870.2900.640.0687.4583.6164.12
HexAAF0571D0406575440
Octal2523601273501006127124100
Binary101010101111000010101111110101000000110101011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF057; }

 p { color: rgb(170,240,87); }

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

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

 a { background-color: rgb(170,240,87); }

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

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

 span { border-color: rgb(170,240,87); }

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