Html Css Color HEX #AAF377 Feijoa

📋 copy color: '#AAF377'

red 170 ◦ green 243 ◦ blue 119

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

Shades of Feijoa #AAF377

Tints of Feijoa #AAF377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 31.95%
G = 45.68%
B = 22.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#AAF377 (or 0xAAF377) is known color: Feijoa. HEX triplet: AA, F3 and 77. RGB value is (170,243,119). Sum of RGB (Red+Green+Blue) = 170+243+119=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF377 is #550C88. Grayscale: #CFCFCF. Windows color (decimal): -5573769 or 7861162. OLE color: 7861162.

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

Color convert

RGB 170 243 119 -
CMYK 0.30 0 0.51 0.05
HSL 95.32º 0.84% 0.71% -
HSV(B) 95.32º 0.51% 0.95% -
XYZ 51.96 73.98 28.99 -
YUV 207.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 170 243 119 0.30 0 0.51 0.05 95.32 0.84 0.71
Hex AA F3 77 1E 0 33 5 5F 54 47
Octal 252 363 167 36 0 63 5 137 124 107
Binary 10101010 11110011 1110111 11110 0 110011 101 1011111 1010100 1000111

Color Harmonies of #AAF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF377

Black with #AAF377

Text Example


Text Example

White with #AAF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF377; }

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

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

background-color css

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

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

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

border-color css

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

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

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