Html Css Color HEX #A0E97C Feijoa

📋 copy color: '#A0E97C'

red 160 ◦ green 233 ◦ blue 124

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

Shades of Feijoa #A0E97C

Tints of Feijoa #A0E97C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

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

R = 30.95%
G = 45.07%
B = 23.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#A0E97C (or 0xA0E97C) is known color: Feijoa. HEX triplet: A0, E9 and 7C. RGB value is (160,233,124). Sum of RGB (Red+Green+Blue) = 160+233+124=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E97C is #5F1683. Grayscale: #C7C7C7. Windows color (decimal): -6231684 or 8186272. OLE color: 8186272.

HSL color Cylindrical-coordinate representation of color #A0E97C: hue angle of 100.18º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E97C is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 124 -
CMYK 0.31 0 0.47 0.09
HSL 100.18º 0.71% 0.7% -
HSV(B) 100.18º 0.47% 0.91% -
XYZ 47.27 67.21 29.55 -
YUV 198.75 85.82 100.36 -
System Red Green Blue C M Y K H S L
Decimal 160 233 124 0.31 0 0.47 0.09 100.18 0.71 0.7
Hex A0 E9 7C 1F 0 2F 9 64 47 46
Octal 240 351 174 37 0 57 11 144 107 106
Binary 10100000 11101001 1111100 11111 0 101111 1001 1100100 1000111 1000110

Color Harmonies of #A0E97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E97C

Black with #A0E97C

Text Example


Text Example

White with #A0E97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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