Html Css Color HEX #A3DB80 Feijoa

📋 copy color: '#A3DB80'

red 163 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #A3DB80

Tints of Feijoa #A3DB80

RGB

 RED value IS 163 (64.06% from 255) = 31.96%

 GREEN value IS 219 (85.94% from 255) = 42.94%

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 31.96%
G = 42.94%
B = 25.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A3DB80 (or 0xA3DB80) is known color: Feijoa. HEX triplet: A3, DB and 80. RGB value is (163,219,128). Sum of RGB (Red+Green+Blue) = 163+219+128=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB80 is #5C247F. Grayscale: #C0C0C0. Windows color (decimal): -6038656 or 8444835. OLE color: 8444835.

HSL color Cylindrical-coordinate representation of color #A3DB80: hue angle of 96.92º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3DB80 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 219 128 -
CMYK 0.26 0 0.42 0.14
HSL 96.92º 0.56% 0.68% -
HSV(B) 96.92º 0.42% 0.86% -
XYZ 44.33 60.01 29.67 -
YUV 191.88 91.95 107.4 -
System Red Green Blue C M Y K H S L
Decimal 163 219 128 0.26 0 0.42 0.14 96.92 0.56 0.68
Hex A3 DB 80 1A 0 2A E 61 38 44
Octal 243 333 200 32 0 52 16 141 70 104
Binary 10100011 11011011 10000000 11010 0 101010 1110 1100001 111000 1000100

Color Harmonies of #A3DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DB80

Black with #A3DB80

Text Example


Text Example

White with #A3DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DB80; }

 p { color: rgb(163,219,128); }

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

background-color css

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

 a { background-color: rgb(163,219,128); }

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

border-color css

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

 span { border-color: rgb(163,219,128); }

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