Html Css Color HEX #AAF376 Feijoa

📋 copy color: '#AAF376'

red 170 ◦ green 243 ◦ blue 118

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

Shades of Feijoa #AAF376

Tints of Feijoa #AAF376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.22%

R = 32.02%
G = 45.76%
B = 22.22%

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

#AAF376 (or 0xAAF376) is known color: Feijoa. HEX triplet: AA, F3 and 76. RGB value is (170,243,118). Sum of RGB (Red+Green+Blue) = 170+243+118=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF376 is #550C89. Grayscale: #CFCFCF. Windows color (decimal): -5573770 or 7795626. OLE color: 7795626.

HSL color Cylindrical-coordinate representation of color #AAF376: hue angle of 95.04º 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 #AAF376 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 118 -
CMYK 0.30 0 0.51 0.05
HSL 95.04º 0.84% 0.71% -
HSV(B) 95.04º 0.51% 0.95% -
XYZ 51.9 73.96 28.68 -
YUV 206.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 170 243 118 0.30 0 0.51 0.05 95.04 0.84 0.71
Hex AA F3 76 1E 0 33 5 5F 54 47
Octal 252 363 166 36 0 63 5 137 124 107
Binary 10101010 11110011 1110110 11110 0 110011 101 1011111 1010100 1000111

Color Harmonies of #AAF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF376

Black with #AAF376

Text Example


Text Example

White with #AAF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF376; }

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

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

background-color css

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

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

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

border-color css

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

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

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