Html Css Color HEX #A0EB81 Feijoa

📋 copy color: '#A0EB81'

red 160 ◦ green 235 ◦ blue 129

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

Shades of Feijoa #A0EB81

Tints of Feijoa #A0EB81

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.85%

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

R = 30.53%
G = 44.85%
B = 24.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#A0EB81 (or 0xA0EB81) is known color: Feijoa. HEX triplet: A0, EB and 81. RGB value is (160,235,129). Sum of RGB (Red+Green+Blue) = 160+235+129=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB81 is #5F147E. Grayscale: #C8C8C8. Windows color (decimal): -6231167 or 8514464. OLE color: 8514464.

HSL color Cylindrical-coordinate representation of color #A0EB81: hue angle of 102.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0EB81 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 129 -
CMYK 0.32 0 0.45 0.08
HSL 102.45º 0.73% 0.71% -
HSV(B) 102.45º 0.45% 0.92% -
XYZ 48.17 68.48 31.45 -
YUV 200.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 160 235 129 0.32 0 0.45 0.08 102.45 0.73 0.71
Hex A0 EB 81 20 0 2D 8 66 49 47
Octal 240 353 201 40 0 55 10 146 111 107
Binary 10100000 11101011 10000001 100000 0 101101 1000 1100110 1001001 1000111

Color Harmonies of #A0EB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB81

Black with #A0EB81

Text Example


Text Example

White with #A0EB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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