Html Css Color HEX #A0D56C Feijoa

📋 copy color: '#A0D56C'

red 160 ◦ green 213 ◦ blue 108

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

Shades of Feijoa #A0D56C

Tints of Feijoa #A0D56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 33.26%
G = 44.28%
B = 22.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#A0D56C (or 0xA0D56C) is known color: Feijoa. HEX triplet: A0, D5 and 6C. RGB value is (160,213,108). Sum of RGB (Red+Green+Blue) = 160+213+108=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D56C is #5F2A93. Grayscale: #B9B9B9. Windows color (decimal): -6236820 or 7132576. OLE color: 7132576.

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

Color convert

RGB 160 213 108 -
CMYK 0.25 0 0.49 0.16
HSL 90.29º 0.56% 0.63% -
HSV(B) 90.29º 0.49% 0.84% -
XYZ 41 56.14 22.86 -
YUV 185.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 160 213 108 0.25 0 0.49 0.16 90.29 0.56 0.63
Hex A0 D5 6C 19 0 31 10 5A 38 3F
Octal 240 325 154 31 0 61 20 132 70 77
Binary 10100000 11010101 1101100 11001 0 110001 10000 1011010 111000 111111

Color Harmonies of #A0D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D56C

Black with #A0D56C

Text Example


Text Example

White with #A0D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D56C; }

 p { color: rgb(160,213,108); }

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

background-color css

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

 a { background-color: rgb(160,213,108); }

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

border-color css

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

 span { border-color: rgb(160,213,108); }

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