Html Css Color HEX #AAF270 Feijoa

📋 copy color: '#AAF270'

red 170 ◦ green 242 ◦ blue 112

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

Shades of Feijoa #AAF270

Tints of Feijoa #AAF270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

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

R = 32.44%
G = 46.18%
B = 21.37%

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

#AAF270 (or 0xAAF270) is known color: Feijoa. HEX triplet: AA, F2 and 70. RGB value is (170,242,112). Sum of RGB (Red+Green+Blue) = 170+242+112=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF270 is #550D8F. Grayscale: #CECECE. Windows color (decimal): -5574032 or 7402154. OLE color: 7402154.

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

Color convert

RGB 170 242 112 -
CMYK 0.30 0 0.54 0.05
HSL 93.23º 0.83% 0.69% -
HSV(B) 93.23º 0.54% 0.95% -
XYZ 51.25 73.22 26.76 -
YUV 205.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 170 242 112 0.30 0 0.54 0.05 93.23 0.83 0.69
Hex AA F2 70 1E 0 36 5 5D 53 45
Octal 252 362 160 36 0 66 5 135 123 105
Binary 10101010 11110010 1110000 11110 0 110110 101 1011101 1010011 1000101

Color Harmonies of #AAF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF270

Black with #AAF270

Text Example


Text Example

White with #AAF270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF270; }

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

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

background-color css

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

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

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

border-color css

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

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

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