#AAF24A

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

Shades of Conifer #AAF24A

Tints of Conifer #AAF24A

Color information

#AAF24A (or 0xAAF24A) is unknown color: approx Conifer. HEX triplet: AA, F2 and 4A. RGB value is (170,242,74). Sum of RGB (Red+Green+Blue) = 170+242+74=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF24A is #550DB5. Grayscale: #C9C9C9. Windows color (decimal): -5574070 or 4911786. OLE color: 4911786.

HSL color Cylindrical-coordinate representation of color #AAF24A: hue angle of 85.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF24A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB17024274-
CMYK0.3000.690.05
HSL85.71º86.6%61.96%-
HSV(B)85.71º69.42%94.9%-
XYZ49.5772.5417.87-
YUV201.3256.15105.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 242 (94.92% from 255) = 49.79%
BLUE value IS 74 (29.30% from 255) = 15.23%
R=34.98%
G=49.79%
B=15.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170242740.3000.690.0585.7186.661.96
HexAAF24A1E045556573e
Octal252362112360105512612776
Binary10101010111100101001010111100100010110110101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF24A; }

 p { color: rgb(170,242,74); }

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

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

 a { background-color: rgb(170,242,74); }

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

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

 span { border-color: rgb(170,242,74); }

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