Html Css Color HEX #A0DB81 Feijoa

📋 copy color: '#A0DB81'

red 160 ◦ green 219 ◦ blue 129

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

Shades of Feijoa #A0DB81

Tints of Feijoa #A0DB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.39%

R = 31.5%
G = 43.11%
B = 25.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#A0DB81 (or 0xA0DB81) is known color: Feijoa. HEX triplet: A0, DB and 81. RGB value is (160,219,129). Sum of RGB (Red+Green+Blue) = 160+219+129=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB81 is #5F247E. Grayscale: #BFBFBF. Windows color (decimal): -6235263 or 8510368. OLE color: 8510368.

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

Color convert

RGB 160 219 129 -
CMYK 0.27 0 0.41 0.14
HSL 99.33º 0.56% 0.68% -
HSV(B) 99.33º 0.41% 0.86% -
XYZ 43.79 59.72 29.99 -
YUV 191.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 160 219 129 0.27 0 0.41 0.14 99.33 0.56 0.68
Hex A0 DB 81 1B 0 29 E 63 38 44
Octal 240 333 201 33 0 51 16 143 70 104
Binary 10100000 11011011 10000001 11011 0 101001 1110 1100011 111000 1000100

Color Harmonies of #A0DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB81

Black with #A0DB81

Text Example


Text Example

White with #A0DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB81; }

 p { color: rgb(160,219,129); }

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

background-color css

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

 a { background-color: rgb(160,219,129); }

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

border-color css

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

 span { border-color: rgb(160,219,129); }

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