Html Css Color HEX #A0D972 Feijoa

📋 copy color: '#A0D972'

red 160 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #A0D972

Tints of Feijoa #A0D972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 32.59%
G = 44.2%
B = 23.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#A0D972 (or 0xA0D972) is known color: Feijoa. HEX triplet: A0, D9 and 72. RGB value is (160,217,114). Sum of RGB (Red+Green+Blue) = 160+217+114=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D972 is #5F268D. Grayscale: #BCBCBC. Windows color (decimal): -6235790 or 7526816. OLE color: 7526816.

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

Color convert

RGB 160 217 114 -
CMYK 0.26 0 0.47 0.15
HSL 93.2º 0.58% 0.65% -
HSV(B) 93.2º 0.47% 0.85% -
XYZ 42.35 58.31 24.94 -
YUV 188.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 160 217 114 0.26 0 0.47 0.15 93.2 0.58 0.65
Hex A0 D9 72 1A 0 2F F 5D 3A 41
Octal 240 331 162 32 0 57 17 135 72 101
Binary 10100000 11011001 1110010 11010 0 101111 1111 1011101 111010 1000001

Color Harmonies of #A0D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D972

Black with #A0D972

Text Example


Text Example

White with #A0D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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