Html Css Color HEX #AAF370 Feijoa

📋 copy color: '#AAF370'

red 170 ◦ green 243 ◦ blue 112

#AAF370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AAF370

Tints of Feijoa #AAF370

RGB

 RED value IS 170 (66.8% from 255) = 32.38%

 GREEN value IS 243 (95.31% from 255) = 46.29%

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 32.38%
G = 46.29%
B = 21.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#AAF370 (or 0xAAF370) is known color: Feijoa. HEX triplet: AA, F3 and 70. RGB value is (170,243,112). Sum of RGB (Red+Green+Blue) = 170+243+112=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF370 is #550C8F. Grayscale: #CECECE. Windows color (decimal): -5573776 or 7402410. OLE color: 7402410.

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

Color convert

RGB 170 243 112 -
CMYK 0.30 0 0.54 0.05
HSL 93.44º 0.85% 0.7% -
HSV(B) 93.44º 0.54% 0.95% -
XYZ 51.55 73.82 26.86 -
YUV 206.24 74.82 102.15 -
System Red Green Blue C M Y K H S L
Decimal 170 243 112 0.30 0 0.54 0.05 93.44 0.85 0.7
Hex AA F3 70 1E 0 36 5 5D 55 46
Octal 252 363 160 36 0 66 5 135 125 106
Binary 10101010 11110011 1110000 11110 0 110110 101 1011101 1010101 1000110

Color Harmonies of #AAF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF370

Black with #AAF370

Text Example


Text Example

White with #AAF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF370; }

 p { color: rgb(170,243,112); }

 H1.HeaderClassName
 {
   color: #AAF370;
 }
 .AnyTagClassName
 {
   color: #AAF370;
 }
</style>

background-color css

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

 a { background-color: rgb(170,243,112); }

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

border-color css

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

 span { border-color: rgb(170,243,112); }

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