#AAFA5F

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

Shades of Conifer #AAFA5F

Tints of Conifer #AAFA5F

Color information

#AAFA5F (or 0xAAFA5F) is unknown color: approx Conifer. HEX triplet: AA, FA and 5F. RGB value is (170,250,95). Sum of RGB (Red+Green+Blue) = 170+250+95=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA5F is #5505A0. Grayscale: #D0D0D0. Windows color (decimal): -5572001 or 6290090. OLE color: 6290090.

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

Color convert

RGB17025095-
CMYK0.3200.620.02
HSL90.97º93.94%67.65%-
HSV(B)90.97º62%98.04%-
XYZ52.8377.7423.05-
YUV208.4164100.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 250 (98.05% from 255) = 48.54%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=33.01%
G=48.54%
B=18.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal170250950.3200.620.0290.9793.9467.65
HexAAFA5F2003E25b5e44
Octal252372137400762133136104
Binary10101010111110101011111100000011111010101101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA5F; }

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

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

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

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

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

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

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

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