Html Css Color HEX #A0D672 Feijoa

📋 copy color: '#A0D672'

red 160 ◦ green 214 ◦ blue 114

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

Shades of Feijoa #A0D672

Tints of Feijoa #A0D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

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

R = 32.79%
G = 43.85%
B = 23.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#A0D672 (or 0xA0D672) is known color: Feijoa. HEX triplet: A0, D6 and 72. RGB value is (160,214,114). Sum of RGB (Red+Green+Blue) = 160+214+114=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D672 is #5F298D. Grayscale: #BABABA. Windows color (decimal): -6236558 or 7526048. OLE color: 7526048.

HSL color Cylindrical-coordinate representation of color #A0D672: hue angle of 92.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0D672 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 114 -
CMYK 0.25 0 0.47 0.16
HSL 92.4º 0.55% 0.64% -
HSV(B) 92.4º 0.47% 0.84% -
XYZ 41.58 56.78 24.69 -
YUV 186.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 160 214 114 0.25 0 0.47 0.16 92.4 0.55 0.64
Hex A0 D6 72 19 0 2F 10 5C 37 40
Octal 240 326 162 31 0 57 20 134 67 100
Binary 10100000 11010110 1110010 11001 0 101111 10000 1011100 110111 1000000

Color Harmonies of #A0D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D672

Black with #A0D672

Text Example


Text Example

White with #A0D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D672; }

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

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

background-color css

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

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

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

border-color css

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

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

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