Html Css Color HEX #A0D971 Feijoa

📋 copy color: '#A0D971'

red 160 ◦ green 217 ◦ blue 113

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

Shades of Feijoa #A0D971

Tints of Feijoa #A0D971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 32.65%
G = 44.29%
B = 23.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#A0D971 (or 0xA0D971) is known color: Feijoa. HEX triplet: A0, D9 and 71. RGB value is (160,217,113). Sum of RGB (Red+Green+Blue) = 160+217+113=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D971 is #5F268E. Grayscale: #BCBCBC. Windows color (decimal): -6235791 or 7461280. OLE color: 7461280.

HSL color Cylindrical-coordinate representation of color #A0D971: hue angle of 92.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0D971 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 113 -
CMYK 0.26 0 0.48 0.15
HSL 92.88º 0.58% 0.65% -
HSV(B) 92.88º 0.48% 0.85% -
XYZ 42.29 58.29 24.65 -
YUV 188.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 160 217 113 0.26 0 0.48 0.15 92.88 0.58 0.65
Hex A0 D9 71 1A 0 30 F 5D 3A 41
Octal 240 331 161 32 0 60 17 135 72 101
Binary 10100000 11011001 1110001 11010 0 110000 1111 1011101 111010 1000001

Color Harmonies of #A0D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D971

Black with #A0D971

Text Example


Text Example

White with #A0D971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D971; }

 p { color: rgb(160,217,113); }

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

background-color css

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

 a { background-color: rgb(160,217,113); }

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

border-color css

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

 span { border-color: rgb(160,217,113); }

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