Html Css Color HEX #A0F179 Feijoa

📋 copy color: '#A0F179'

red 160 ◦ green 241 ◦ blue 121

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

Shades of Feijoa #A0F179

Tints of Feijoa #A0F179

RGB

 RED value IS 160 (62.89% from 255) = 30.65%

 GREEN value IS 241 (94.53% from 255) = 46.17%

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 30.65%
G = 46.17%
B = 23.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#A0F179 (or 0xA0F179) is known color: Feijoa. HEX triplet: A0, F1 and 79. RGB value is (160,241,121). Sum of RGB (Red+Green+Blue) = 160+241+121=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F179 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F179 is #5F0E86. Grayscale: #CBCBCB. Windows color (decimal): -6229639 or 7991712. OLE color: 7991712.

HSL color Cylindrical-coordinate representation of color #A0F179: hue angle of 100.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F179 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 121 -
CMYK 0.34 0 0.50 0.05
HSL 100.5º 0.81% 0.71% -
HSV(B) 100.5º 0.5% 0.95% -
XYZ 49.4 71.76 29.34 -
YUV 203.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 160 241 121 0.34 0 0.50 0.05 100.5 0.81 0.71
Hex A0 F1 79 22 0 32 5 64 51 47
Octal 240 361 171 42 0 62 5 144 121 107
Binary 10100000 11110001 1111001 100010 0 110010 101 1100100 1010001 1000111

Color Harmonies of #A0F179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F179

Black with #A0F179

Text Example


Text Example

White with #A0F179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F179; }

 p { color: rgb(160,241,121); }

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

background-color css

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

 a { background-color: rgb(160,241,121); }

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

border-color css

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

 span { border-color: rgb(160,241,121); }

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