#AAF160

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

Shades of Conifer #AAF160

Tints of Conifer #AAF160

Color information

#AAF160 (or 0xAAF160) is unknown color: approx Conifer. HEX triplet: AA, F1 and 60. RGB value is (170,241,96). Sum of RGB (Red+Green+Blue) = 170+241+96=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF160 is #550E9F. Grayscale: #CBCBCB. Windows color (decimal): -5574304 or 6353322. OLE color: 6353322.

HSL color Cylindrical-coordinate representation of color #AAF160: hue angle of 89.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF160 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB17024196-
CMYK0.2900.600.05
HSL89.38º83.82%66.08%-
HSV(B)89.38º60.17%94.51%-
XYZ50.1472.322.38-
YUV203.2467.48104.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 96 (37.89% from 255) = 18.93%
R=33.53%
G=47.53%
B=18.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170241960.2900.600.0589.3883.8266.08
HexAAF1601D03C5595442
Octal252361140350745131124102
Binary10101010111100011100000111010111100101101100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF160; }

 p { color: rgb(170,241,96); }

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

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

 a { background-color: rgb(170,241,96); }

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

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

 span { border-color: rgb(170,241,96); }

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