Html Css Color HEX #A0D472 Feijoa

📋 copy color: '#A0D472'

red 160 ◦ green 212 ◦ blue 114

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

Shades of Feijoa #A0D472

Tints of Feijoa #A0D472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

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

R = 32.92%
G = 43.62%
B = 23.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#A0D472 (or 0xA0D472) is known color: Feijoa. HEX triplet: A0, D4 and 72. RGB value is (160,212,114). Sum of RGB (Red+Green+Blue) = 160+212+114=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D472 is #5F2B8D. Grayscale: #B9B9B9. Windows color (decimal): -6237070 or 7525536. OLE color: 7525536.

HSL color Cylindrical-coordinate representation of color #A0D472: hue angle of 91.84º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0D472 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 114 -
CMYK 0.25 0 0.46 0.17
HSL 91.84º 0.53% 0.64% -
HSV(B) 91.84º 0.46% 0.83% -
XYZ 41.08 55.78 24.52 -
YUV 185.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 160 212 114 0.25 0 0.46 0.17 91.84 0.53 0.64
Hex A0 D4 72 19 0 2E 11 5C 35 40
Octal 240 324 162 31 0 56 21 134 65 100
Binary 10100000 11010100 1110010 11001 0 101110 10001 1011100 110101 1000000

Color Harmonies of #A0D472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D472

Black with #A0D472

Text Example


Text Example

White with #A0D472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D472; }

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

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

background-color css

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

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

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

border-color css

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

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

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