Html Css Color HEX #A0F97C Feijoa

📋 copy color: '#A0F97C'

red 160 ◦ green 249 ◦ blue 124

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

Shades of Feijoa #A0F97C

Tints of Feijoa #A0F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.72%

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 30.02%
G = 46.72%
B = 23.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A0F97C (or 0xA0F97C) is known color: Feijoa. HEX triplet: A0, F9 and 7C. RGB value is (160,249,124). Sum of RGB (Red+Green+Blue) = 160+249+124=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F97C is #5F0683. Grayscale: #D0D0D0. Windows color (decimal): -6227588 or 8190368. OLE color: 8190368.

HSL color Cylindrical-coordinate representation of color #A0F97C: hue angle of 102.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F97C is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 124 -
CMYK 0.36 0 0.50 0.02
HSL 102.72º 0.91% 0.73% -
HSV(B) 102.72º 0.5% 0.98% -
XYZ 52.01 76.68 31.13 -
YUV 208.14 80.51 93.66 -
System Red Green Blue C M Y K H S L
Decimal 160 249 124 0.36 0 0.50 0.02 102.72 0.91 0.73
Hex A0 F9 7C 24 0 32 2 67 5B 49
Octal 240 371 174 44 0 62 2 147 133 111
Binary 10100000 11111001 1111100 100100 0 110010 10 1100111 1011011 1001001

Color Harmonies of #A0F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F97C

Black with #A0F97C

Text Example


Text Example

White with #A0F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F97C; }

 p { color: rgb(160,249,124); }

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

background-color css

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

 a { background-color: rgb(160,249,124); }

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

border-color css

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

 span { border-color: rgb(160,249,124); }

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