#AAFA51

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

Shades of Conifer #AAFA51

Tints of Conifer #AAFA51

Color information

#AAFA51 (or 0xAAFA51) is unknown color: approx Conifer. HEX triplet: AA, FA and 51. RGB value is (170,250,81). Sum of RGB (Red+Green+Blue) = 170+250+81=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA51 is #5505AE. Grayscale: #CFCFCF. Windows color (decimal): -5572015 or 5372586. OLE color: 5372586.

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

Color convert

RGB17025081-
CMYK0.3200.680.02
HSL88.4º94.41%64.9%-
HSV(B)88.4º67.6%98.04%-
XYZ52.2577.5119.99-
YUV206.8157101.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 250 (98.05% from 255) = 49.90%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=33.93%
G=49.90%
B=16.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170250810.3200.680.0288.494.4164.9
HexAAFA51200442585e41
Octal2523721214001042130136101
Binary101010101111101010100011000000100010010101100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA51; }

 p { color: rgb(170,250,81); }

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

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

 a { background-color: rgb(170,250,81); }

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

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

 span { border-color: rgb(170,250,81); }

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