Html Css Color HEX #A0D46D Feijoa

📋 copy color: '#A0D46D'

red 160 ◦ green 212 ◦ blue 109

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

Shades of Feijoa #A0D46D

Tints of Feijoa #A0D46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 33.26%
G = 44.07%
B = 22.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#A0D46D (or 0xA0D46D) is known color: Feijoa. HEX triplet: A0, D4 and 6D. RGB value is (160,212,109). Sum of RGB (Red+Green+Blue) = 160+212+109=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D46D is #5F2B92. Grayscale: #B9B9B9. Windows color (decimal): -6237075 or 7197856. OLE color: 7197856.

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

Color convert

RGB 160 212 109 -
CMYK 0.25 0 0.49 0.17
HSL 90.29º 0.54% 0.63% -
HSV(B) 90.29º 0.49% 0.83% -
XYZ 40.8 55.66 23.06 -
YUV 184.71 85.27 110.38 -
System Red Green Blue C M Y K H S L
Decimal 160 212 109 0.25 0 0.49 0.17 90.29 0.54 0.63
Hex A0 D4 6D 19 0 31 11 5A 36 3F
Octal 240 324 155 31 0 61 21 132 66 77
Binary 10100000 11010100 1101101 11001 0 110001 10001 1011010 110110 111111

Color Harmonies of #A0D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D46D

Black with #A0D46D

Text Example


Text Example

White with #A0D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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