Html Css Color HEX #AAF272 Feijoa

📋 copy color: '#AAF272'

red 170 ◦ green 242 ◦ blue 114

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

Shades of Feijoa #AAF272

Tints of Feijoa #AAF272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.67%

R = 32.32%
G = 46.01%
B = 21.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#AAF272 (or 0xAAF272) is known color: Feijoa. HEX triplet: AA, F2 and 72. RGB value is (170,242,114). Sum of RGB (Red+Green+Blue) = 170+242+114=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF272 is #550D8D. Grayscale: #CECECE. Windows color (decimal): -5574030 or 7533226. OLE color: 7533226.

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

Color convert

RGB 170 242 114 -
CMYK 0.30 0 0.53 0.05
HSL 93.75º 0.83% 0.7% -
HSV(B) 93.75º 0.53% 0.95% -
XYZ 51.37 73.27 27.35 -
YUV 205.88 76.15 102.41 -
System Red Green Blue C M Y K H S L
Decimal 170 242 114 0.30 0 0.53 0.05 93.75 0.83 0.7
Hex AA F2 72 1E 0 35 5 5E 53 46
Octal 252 362 162 36 0 65 5 136 123 106
Binary 10101010 11110010 1110010 11110 0 110101 101 1011110 1010011 1000110

Color Harmonies of #AAF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF272

Black with #AAF272

Text Example


Text Example

White with #AAF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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