#AAF75F

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

Shades of Conifer #AAF75F

Tints of Conifer #AAF75F

Color information

#AAF75F (or 0xAAF75F) is unknown color: approx Conifer. HEX triplet: AA, F7 and 5F. RGB value is (170,247,95). Sum of RGB (Red+Green+Blue) = 170+247+95=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF75F is #5508A0. Grayscale: #CFCFCF. Windows color (decimal): -5572769 or 6289322. OLE color: 6289322.

HSL color Cylindrical-coordinate representation of color #AAF75F: hue angle of 90.39º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAF75F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB17024795-
CMYK0.3100.620.03
HSL90.39º90.48%67.06%-
HSV(B)90.39º61.54%96.86%-
XYZ51.975.8922.74-
YUV206.6564.99101.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=33.20%
G=48.24%
B=18.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170247950.3100.620.0390.3990.4867.06
HexAAF75F1F03E35a5a43
Octal252367137370763132132103
Binary1010101011110111101111111111011111011101101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF75F; }

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

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

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

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

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

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

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

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