#aafb5f

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

Shades of Conifer #AAFB5F

Tints of Conifer #AAFB5F

Color information

#AAFB5F (or 0xAAFB5F) is unknown color: approx Conifer. HEX triplet: AA, FB and 5F. RGB value is (170,251,95). Sum of RGB (Red+Green+Blue) = 170+251+95=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB5F is #5504A0. Grayscale: #D1D1D1. Windows color (decimal): -5571745 or 6290346. OLE color: 6290346.

HSL color Cylindrical-coordinate representation of color #AAFB5F: hue angle of 91.15º degrees, saturation: 0.95, 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 #AAFB5F is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB17025195-
CMYK0.3200.620.02
HSL91.15º95.12%67.84%-
HSV(B)91.15º62.15%98.43%-
XYZ53.1478.3723.15-
YUV20963.66100.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 95 (37.5% from 255) = 18.41%
R=32.95%
G=48.64%
B=18.41%

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
Decimal170251950.3200.620.0291.1595.1267.84
HexAAFB5F2003E25b5f44
Octal252373137400762133137104
Binary10101010111110111011111100000011111010101101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aafb5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aafb5f; }

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

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

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

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

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

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

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

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