#AAF15F

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

Shades of Conifer #AAF15F

Tints of Conifer #AAF15F

Color information

#AAF15F (or 0xAAF15F) is unknown color: approx Conifer. HEX triplet: AA, F1 and 5F. RGB value is (170,241,95). Sum of RGB (Red+Green+Blue) = 170+241+95=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF15F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF15F is #550EA0. Grayscale: #CBCBCB. Windows color (decimal): -5574305 or 6287786. OLE color: 6287786.

HSL color Cylindrical-coordinate representation of color #AAF15F: hue angle of 89.18º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF15F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17024195-
CMYK0.2900.610.05
HSL89.18º83.91%65.88%-
HSV(B)89.18º60.58%94.51%-
XYZ50.172.2822.14-
YUV203.1366.98104.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 95 (37.5% from 255) = 18.77%
R=33.60%
G=47.63%
B=18.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170241950.2900.610.0589.1883.9165.88
HexAAF15F1D03D5595442
Octal252361137350755131124102
Binary10101010111100011011111111010111101101101100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF15F; }

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

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

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

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

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

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

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

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