Html Css Color HEX #A0E884 Feijoa

📋 copy color: '#A0E884'

red 160 ◦ green 232 ◦ blue 132

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

Shades of Feijoa #A0E884

Tints of Feijoa #A0E884

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.27%

 BLUE value IS 132 (51.95% from 255) = 25.19%

R = 30.53%
G = 44.27%
B = 25.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#A0E884 (or 0xA0E884) is known color: Feijoa. HEX triplet: A0, E8 and 84. RGB value is (160,232,132). Sum of RGB (Red+Green+Blue) = 160+232+132=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E884 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E884 is #5F177B. Grayscale: #C7C7C7. Windows color (decimal): -6231932 or 8710304. OLE color: 8710304.

HSL color Cylindrical-coordinate representation of color #A0E884: hue angle of 103.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0E884 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 132 -
CMYK 0.31 0 0.43 0.09
HSL 103.2º 0.68% 0.71% -
HSV(B) 103.2º 0.43% 0.91% -
XYZ 47.52 66.85 32.23 -
YUV 199.07 90.15 100.13 -
System Red Green Blue C M Y K H S L
Decimal 160 232 132 0.31 0 0.43 0.09 103.2 0.68 0.71
Hex A0 E8 84 1F 0 2B 9 67 44 47
Octal 240 350 204 37 0 53 11 147 104 107
Binary 10100000 11101000 10000100 11111 0 101011 1001 1100111 1000100 1000111

Color Harmonies of #A0E884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E884

Black with #A0E884

Text Example


Text Example

White with #A0E884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E884; }

 p { color: rgb(160,232,132); }

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

background-color css

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

 a { background-color: rgb(160,232,132); }

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

border-color css

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

 span { border-color: rgb(160,232,132); }

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