#AAF75B

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

Shades of Conifer #AAF75B

Tints of Conifer #AAF75B

Color information

#AAF75B (or 0xAAF75B) is unknown color: approx Conifer. HEX triplet: AA, F7 and 5B. RGB value is (170,247,91). Sum of RGB (Red+Green+Blue) = 170+247+91=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF75B is #5508A4. Grayscale: #CECECE. Windows color (decimal): -5572773 or 6027178. OLE color: 6027178.

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

Color convert

RGB17024791-
CMYK0.3100.630.03
HSL89.62º90.7%66.27%-
HSV(B)89.62º63.16%96.86%-
XYZ51.7375.8221.81-
YUV206.1962.99102.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 247 (96.88% from 255) = 48.62%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=33.46%
G=48.62%
B=17.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170247910.3100.630.0389.6290.766.27
HexAAF75B1F03F35a5b42
Octal252367133370773132133102
Binary1010101011110111101101111111011111111101101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF75B; }

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

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

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

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

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

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

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

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