Html Css Color HEX #AAF070 Feijoa

📋 copy color: '#AAF070'

red 170 ◦ green 240 ◦ blue 112

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

Shades of Feijoa #AAF070

Tints of Feijoa #AAF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

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

R = 32.57%
G = 45.98%
B = 21.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#AAF070 (or 0xAAF070) is known color: Feijoa. HEX triplet: AA, F0 and 70. RGB value is (170,240,112). Sum of RGB (Red+Green+Blue) = 170+240+112=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF070 is #550F8F. Grayscale: #CCCCCC. Windows color (decimal): -5574544 or 7401642. OLE color: 7401642.

HSL color Cylindrical-coordinate representation of color #AAF070: hue angle of 92.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF070 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 112 -
CMYK 0.29 0 0.53 0.06
HSL 92.81º 0.81% 0.69% -
HSV(B) 92.81º 0.53% 0.94% -
XYZ 50.66 72.04 26.56 -
YUV 204.48 75.81 103.41 -
System Red Green Blue C M Y K H S L
Decimal 170 240 112 0.29 0 0.53 0.06 92.81 0.81 0.69
Hex AA F0 70 1D 0 35 6 5D 51 45
Octal 252 360 160 35 0 65 6 135 121 105
Binary 10101010 11110000 1110000 11101 0 110101 110 1011101 1010001 1000101

Color Harmonies of #AAF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF070

Black with #AAF070

Text Example


Text Example

White with #AAF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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