#AAF05F

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

Shades of Conifer #AAF05F

Tints of Conifer #AAF05F

Color information

#AAF05F (or 0xAAF05F) is unknown color: approx Conifer. HEX triplet: AA, F0 and 5F. RGB value is (170,240,95). Sum of RGB (Red+Green+Blue) = 170+240+95=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF05F is #550FA0. Grayscale: #CBCBCB. Windows color (decimal): -5574561 or 6287530. OLE color: 6287530.

HSL color Cylindrical-coordinate representation of color #AAF05F: hue angle of 88.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF05F is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB17024095-
CMYK0.2900.600.06
HSL88.97º82.86%65.69%-
HSV(B)88.97º60.42%94.12%-
XYZ49.871.6922.04-
YUV202.5467.31104.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=33.66%
G=47.52%
B=18.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170240950.2900.600.0688.9782.8665.69
HexAAF05F1D03C6595342
Octal252360137350746131123102
Binary10101010111100001011111111010111100110101100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF05F; }

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

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

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

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

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

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

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

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