Html Css Color HEX #A0D678 Feijoa

📋 copy color: '#A0D678'

red 160 ◦ green 214 ◦ blue 120

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

Shades of Feijoa #A0D678

Tints of Feijoa #A0D678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 32.39%
G = 43.32%
B = 24.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A0D678 (or 0xA0D678) is known color: Feijoa. HEX triplet: A0, D6 and 78. RGB value is (160,214,120). Sum of RGB (Red+Green+Blue) = 160+214+120=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D678 is #5F2987. Grayscale: #BBBBBB. Windows color (decimal): -6236552 or 7919264. OLE color: 7919264.

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

Color convert

RGB 160 214 120 -
CMYK 0.25 0 0.44 0.16
HSL 94.47º 0.53% 0.65% -
HSV(B) 94.47º 0.44% 0.84% -
XYZ 41.93 56.92 26.55 -
YUV 187.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 160 214 120 0.25 0 0.44 0.16 94.47 0.53 0.65
Hex A0 D6 78 19 0 2C 10 5E 35 41
Octal 240 326 170 31 0 54 20 136 65 101
Binary 10100000 11010110 1111000 11001 0 101100 10000 1011110 110101 1000001

Color Harmonies of #A0D678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D678

Black with #A0D678

Text Example


Text Example

White with #A0D678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D678; }

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

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

background-color css

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

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

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

border-color css

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

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

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