Html Css Color HEX #A0D178 Feijoa

📋 copy color: '#A0D178'

red 160 ◦ green 209 ◦ blue 120

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

Shades of Feijoa #A0D178

Tints of Feijoa #A0D178

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.74%

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

R = 32.72%
G = 42.74%
B = 24.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#A0D178 (or 0xA0D178) is known color: Feijoa. HEX triplet: A0, D1 and 78. RGB value is (160,209,120). Sum of RGB (Red+Green+Blue) = 160+209+120=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D178 is #5F2E87. Grayscale: #B8B8B8. Windows color (decimal): -6237832 or 7917984. OLE color: 7917984.

HSL color Cylindrical-coordinate representation of color #A0D178: hue angle of 93.03º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0D178 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 120 -
CMYK 0.23 0 0.43 0.18
HSL 93.03º 0.49% 0.65% -
HSV(B) 93.03º 0.43% 0.82% -
XYZ 40.69 54.43 26.13 -
YUV 184.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 160 209 120 0.23 0 0.43 0.18 93.03 0.49 0.65
Hex A0 D1 78 17 0 2B 12 5D 31 41
Octal 240 321 170 27 0 53 22 135 61 101
Binary 10100000 11010001 1111000 10111 0 101011 10010 1011101 110001 1000001

Color Harmonies of #A0D178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D178

Black with #A0D178

Text Example


Text Example

White with #A0D178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D178; }

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

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

background-color css

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

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

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

border-color css

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

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

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