Html Css Color HEX #AAF37F Feijoa

📋 copy color: '#AAF37F'

red 170 ◦ green 243 ◦ blue 127

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

Shades of Feijoa #AAF37F

Tints of Feijoa #AAF37F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45%

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

R = 31.48%
G = 45%
B = 23.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#AAF37F (or 0xAAF37F) is known color: Feijoa. HEX triplet: AA, F3 and 7F. RGB value is (170,243,127). Sum of RGB (Red+Green+Blue) = 170+243+127=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF37F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF37F is #550C80. Grayscale: #D0D0D0. Windows color (decimal): -5573761 or 8385450. OLE color: 8385450.

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

Color convert

RGB 170 243 127 -
CMYK 0.30 0 0.48 0.05
HSL 97.76º 0.83% 0.73% -
HSV(B) 97.76º 0.48% 0.95% -
XYZ 52.46 74.18 31.63 -
YUV 207.95 82.32 100.93 -
System Red Green Blue C M Y K H S L
Decimal 170 243 127 0.30 0 0.48 0.05 97.76 0.83 0.73
Hex AA F3 7F 1E 0 30 5 62 53 49
Octal 252 363 177 36 0 60 5 142 123 111
Binary 10101010 11110011 1111111 11110 0 110000 101 1100010 1010011 1001001

Color Harmonies of #AAF37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF37F

Black with #AAF37F

Text Example


Text Example

White with #AAF37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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