Html Css Color HEX #AAF172 Feijoa

📋 copy color: '#AAF172'

red 170 ◦ green 241 ◦ blue 114

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

Shades of Feijoa #AAF172

Tints of Feijoa #AAF172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.9%

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

R = 32.38%
G = 45.9%
B = 21.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#AAF172 (or 0xAAF172) is known color: Feijoa. HEX triplet: AA, F1 and 72. RGB value is (170,241,114). Sum of RGB (Red+Green+Blue) = 170+241+114=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF172 is #550E8D. Grayscale: #CDCDCD. Windows color (decimal): -5574286 or 7532970. OLE color: 7532970.

HSL color Cylindrical-coordinate representation of color #AAF172: hue angle of 93.54º degrees, saturation: 0.82, 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 #AAF172 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 114 -
CMYK 0.29 0 0.53 0.05
HSL 93.54º 0.82% 0.7% -
HSV(B) 93.54º 0.53% 0.95% -
XYZ 51.07 72.67 27.25 -
YUV 205.29 76.48 102.83 -
System Red Green Blue C M Y K H S L
Decimal 170 241 114 0.29 0 0.53 0.05 93.54 0.82 0.7
Hex AA F1 72 1D 0 35 5 5E 52 46
Octal 252 361 162 35 0 65 5 136 122 106
Binary 10101010 11110001 1110010 11101 0 110101 101 1011110 1010010 1000110

Color Harmonies of #AAF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF172

Black with #AAF172

Text Example


Text Example

White with #AAF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF172; }

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

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

background-color css

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

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

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

border-color css

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

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

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