Html Css Color HEX #A0D76C Feijoa

📋 copy color: '#A0D76C'

red 160 ◦ green 215 ◦ blue 108

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

Shades of Feijoa #A0D76C

Tints of Feijoa #A0D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 33.13%
G = 44.51%
B = 22.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A0D76C (or 0xA0D76C) is known color: Feijoa. HEX triplet: A0, D7 and 6C. RGB value is (160,215,108). Sum of RGB (Red+Green+Blue) = 160+215+108=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D76C is #5F2893. Grayscale: #BABABA. Windows color (decimal): -6236308 or 7133088. OLE color: 7133088.

HSL color Cylindrical-coordinate representation of color #A0D76C: hue angle of 90.84º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D76C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 108 -
CMYK 0.26 0 0.50 0.16
HSL 90.84º 0.57% 0.63% -
HSV(B) 90.84º 0.5% 0.84% -
XYZ 41.5 57.16 23.03 -
YUV 186.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 160 215 108 0.26 0 0.50 0.16 90.84 0.57 0.63
Hex A0 D7 6C 1A 0 32 10 5B 39 3F
Octal 240 327 154 32 0 62 20 133 71 77
Binary 10100000 11010111 1101100 11010 0 110010 10000 1011011 111001 111111

Color Harmonies of #A0D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D76C

Black with #A0D76C

Text Example


Text Example

White with #A0D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D76C; }

 p { color: rgb(160,215,108); }

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

background-color css

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

 a { background-color: rgb(160,215,108); }

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

border-color css

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

 span { border-color: rgb(160,215,108); }

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