Html Css Color HEX #A0E178 Feijoa

📋 copy color: '#A0E178'

red 160 ◦ green 225 ◦ blue 120

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

Shades of Feijoa #A0E178

Tints of Feijoa #A0E178

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 31.68%
G = 44.55%
B = 23.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#A0E178 (or 0xA0E178) is known color: Feijoa. HEX triplet: A0, E1 and 78. RGB value is (160,225,120). Sum of RGB (Red+Green+Blue) = 160+225+120=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E178 is #5F1E87. Grayscale: #C1C1C1. Windows color (decimal): -6233736 or 7922080. OLE color: 7922080.

HSL color Cylindrical-coordinate representation of color #A0E178: hue angle of 97.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E178 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 120 -
CMYK 0.29 0 0.47 0.12
HSL 97.14º 0.64% 0.68% -
HSV(B) 97.14º 0.47% 0.88% -
XYZ 44.81 62.68 27.51 -
YUV 193.6 86.47 104.04 -
System Red Green Blue C M Y K H S L
Decimal 160 225 120 0.29 0 0.47 0.12 97.14 0.64 0.68
Hex A0 E1 78 1D 0 2F C 61 40 44
Octal 240 341 170 35 0 57 14 141 100 104
Binary 10100000 11100001 1111000 11101 0 101111 1100 1100001 1000000 1000100

Color Harmonies of #A0E178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E178

Black with #A0E178

Text Example


Text Example

White with #A0E178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E178; }

 p { color: rgb(160,225,120); }

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

background-color css

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

 a { background-color: rgb(160,225,120); }

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

border-color css

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

 span { border-color: rgb(160,225,120); }

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