#aaff5f

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

Shades of Conifer #AAFF5F

Tints of Conifer #AAFF5F

Color information

#AAFF5F (or 0xAAFF5F) is unknown color: approx Conifer. HEX triplet: AA, FF and 5F. RGB value is (170,255,95). Sum of RGB (Red+Green+Blue) = 170+255+95=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF5F is #5500A0. Grayscale: #D3D3D3. Windows color (decimal): -5570721 or 6291370. OLE color: 6291370.

HSL color Cylindrical-coordinate representation of color #AAFF5F: hue angle of 91.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFF5F is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB17025595-
CMYK0.3300.630
HSL91.88º100%68.63%-
HSV(B)91.88º62.75%100%-
XYZ54.480.8923.57-
YUV211.3462.3498.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 255 (100% from 255) = 49.04%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=32.69%
G=49.04%
B=18.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255950.3300.63091.8810068.63
HexAAFF5F2103F05c6445
Octal252377137410770134144105
Binary1010101011111111101111110000101111110101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaff5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaff5f; }

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

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

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

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

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

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

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

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