#AAF959

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

Shades of Conifer #AAF959

Tints of Conifer #AAF959

Color information

#AAF959 (or 0xAAF959) is unknown color: approx Conifer. HEX triplet: AA, F9 and 59. RGB value is (170,249,89). Sum of RGB (Red+Green+Blue) = 170+249+89=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF959 is #5506A6. Grayscale: #CFCFCF. Windows color (decimal): -5572263 or 5896618. OLE color: 5896618.

HSL color Cylindrical-coordinate representation of color #AAF959: hue angle of 89.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF959 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB17024989-
CMYK0.3200.640.02
HSL89.62º93.02%66.27%-
HSV(B)89.62º64.26%97.65%-
XYZ52.2677.0221.56-
YUV207.1461.33101.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 249 (97.66% from 255) = 49.02%
BLUE value IS 89 (35.16% from 255) = 17.52%
R=33.46%
G=49.02%
B=17.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170249890.3200.640.0289.6293.0266.27
HexAAF9592004025a5d42
Octal2523711314001002132135102
Binary101010101111100110110011000000100000010101101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF959; }

 p { color: rgb(170,249,89); }

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

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

 a { background-color: rgb(170,249,89); }

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

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

 span { border-color: rgb(170,249,89); }

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