Html Css Color HEX #AAF07F Feijoa

📋 copy color: '#AAF07F'

red 170 ◦ green 240 ◦ blue 127

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

Shades of Feijoa #AAF07F

Tints of Feijoa #AAF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.65%

R = 31.66%
G = 44.69%
B = 23.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#AAF07F (or 0xAAF07F) is known color: Feijoa. HEX triplet: AA, F0 and 7F. RGB value is (170,240,127). Sum of RGB (Red+Green+Blue) = 170+240+127=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF07F is #550F80. Grayscale: #CECECE. Windows color (decimal): -5574529 or 8384682. OLE color: 8384682.

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

Color convert

RGB 170 240 127 -
CMYK 0.29 0 0.47 0.06
HSL 97.17º 0.79% 0.72% -
HSV(B) 97.17º 0.47% 0.94% -
XYZ 51.57 72.4 31.34 -
YUV 206.19 83.31 102.19 -
System Red Green Blue C M Y K H S L
Decimal 170 240 127 0.29 0 0.47 0.06 97.17 0.79 0.72
Hex AA F0 7F 1D 0 2F 6 61 4F 48
Octal 252 360 177 35 0 57 6 141 117 110
Binary 10101010 11110000 1111111 11101 0 101111 110 1100001 1001111 1001000

Color Harmonies of #AAF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF07F

Black with #AAF07F

Text Example


Text Example

White with #AAF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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