#AAFA63

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

Shades of Conifer #AAFA63

Tints of Conifer #AAFA63

Color information

#AAFA63 (or 0xAAFA63) is unknown color: approx Conifer. HEX triplet: AA, FA and 63. RGB value is (170,250,99). Sum of RGB (Red+Green+Blue) = 170+250+99=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA63 is #55059C. Grayscale: #D1D1D1. Windows color (decimal): -5571997 or 6552234. OLE color: 6552234.

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

Color convert

RGB17025099-
CMYK0.3200.600.02
HSL91.79º93.79%68.43%-
HSV(B)91.79º60.4%98.04%-
XYZ53.0277.8224.03-
YUV208.8766100.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 99 (39.06% from 255) = 19.08%
R=32.76%
G=48.17%
B=19.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170250990.3200.600.0291.7993.7968.43
HexAAFA632003C25c5e44
Octal252372143400742134136104
Binary10101010111110101100011100000011110010101110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA63; }

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

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

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

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

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

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

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

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