Html Css Color HEX #A0E486 Feijoa

📋 copy color: '#A0E486'

red 160 ◦ green 228 ◦ blue 134

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

Shades of Feijoa #A0E486

Tints of Feijoa #A0E486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.68%

 BLUE value IS 134 (52.73% from 255) = 25.67%

R = 30.65%
G = 43.68%
B = 25.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#A0E486 (or 0xA0E486) is known color: Feijoa. HEX triplet: A0, E4 and 86. RGB value is (160,228,134). Sum of RGB (Red+Green+Blue) = 160+228+134=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E486 is #5F1B79. Grayscale: #C5C5C5. Windows color (decimal): -6232954 or 8840352. OLE color: 8840352.

HSL color Cylindrical-coordinate representation of color #A0E486: hue angle of 103.4º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0E486 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 134 -
CMYK 0.30 0 0.41 0.11
HSL 103.4º 0.64% 0.71% -
HSV(B) 103.4º 0.41% 0.89% -
XYZ 46.54 64.68 32.59 -
YUV 196.95 92.47 101.64 -
System Red Green Blue C M Y K H S L
Decimal 160 228 134 0.30 0 0.41 0.11 103.4 0.64 0.71
Hex A0 E4 86 1E 0 29 B 67 40 47
Octal 240 344 206 36 0 51 13 147 100 107
Binary 10100000 11100100 10000110 11110 0 101001 1011 1100111 1000000 1000111

Color Harmonies of #A0E486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E486

Black with #A0E486

Text Example


Text Example

White with #A0E486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E486; }

 p { color: rgb(160,228,134); }

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

background-color css

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

 a { background-color: rgb(160,228,134); }

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

border-color css

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

 span { border-color: rgb(160,228,134); }

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