Html Css Color HEX #AAF170 Feijoa

📋 copy color: '#AAF170'

red 170 ◦ green 241 ◦ blue 112

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

Shades of Feijoa #AAF170

Tints of Feijoa #AAF170

RGB

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

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

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

R = 32.5%
G = 46.08%
B = 21.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#AAF170 (or 0xAAF170) is known color: Feijoa. HEX triplet: AA, F1 and 70. RGB value is (170,241,112). Sum of RGB (Red+Green+Blue) = 170+241+112=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF170 is #550E8F. Grayscale: #CDCDCD. Windows color (decimal): -5574288 or 7401898. OLE color: 7401898.

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

Color convert

RGB 170 241 112 -
CMYK 0.29 0 0.54 0.05
HSL 93.02º 0.82% 0.69% -
HSV(B) 93.02º 0.54% 0.95% -
XYZ 50.96 72.63 26.66 -
YUV 205.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 170 241 112 0.29 0 0.54 0.05 93.02 0.82 0.69
Hex AA F1 70 1D 0 36 5 5D 52 45
Octal 252 361 160 35 0 66 5 135 122 105
Binary 10101010 11110001 1110000 11101 0 110110 101 1011101 1010010 1000101

Color Harmonies of #AAF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF170

Black with #AAF170

Text Example


Text Example

White with #AAF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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