Html Css Color HEX #A2DB80 Feijoa

📋 copy color: '#A2DB80'

red 162 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #A2DB80

Tints of Feijoa #A2DB80

RGB

 RED value IS 162 (63.67% from 255) = 31.83%

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

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

R = 31.83%
G = 43.03%
B = 25.15%

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

#A2DB80 (or 0xA2DB80) is known color: Feijoa. HEX triplet: A2, DB and 80. RGB value is (162,219,128). Sum of RGB (Red+Green+Blue) = 162+219+128=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB80 is #5D247F. Grayscale: #BFBFBF. Windows color (decimal): -6104192 or 8444834. OLE color: 8444834.

HSL color Cylindrical-coordinate representation of color #A2DB80: hue angle of 97.58º 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 #A2DB80 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 128 -
CMYK 0.26 0 0.42 0.14
HSL 97.58º 0.56% 0.68% -
HSV(B) 97.58º 0.42% 0.86% -
XYZ 44.13 59.9 29.66 -
YUV 191.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 162 219 128 0.26 0 0.42 0.14 97.58 0.56 0.68
Hex A2 DB 80 1A 0 2A E 62 38 44
Octal 242 333 200 32 0 52 16 142 70 104
Binary 10100010 11011011 10000000 11010 0 101010 1110 1100010 111000 1000100

Color Harmonies of #A2DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB80

Black with #A2DB80

Text Example


Text Example

White with #A2DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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