Html Css Color HEX #A0E387 Feijoa

📋 copy color: '#A0E387'

red 160 ◦ green 227 ◦ blue 135

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

Shades of Feijoa #A0E387

Tints of Feijoa #A0E387

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.49%

 BLUE value IS 135 (53.13% from 255) = 25.86%

R = 30.65%
G = 43.49%
B = 25.86%

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

#A0E387 (or 0xA0E387) is known color: Feijoa. HEX triplet: A0, E3 and 87. RGB value is (160,227,135). Sum of RGB (Red+Green+Blue) = 160+227+135=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E387 is #5F1C78. Grayscale: #C4C4C4. Windows color (decimal): -6233209 or 8905632. OLE color: 8905632.

HSL color Cylindrical-coordinate representation of color #A0E387: hue angle of 103.7º degrees, saturation: 0.62, 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 #A0E387 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 135 -
CMYK 0.30 0 0.41 0.11
HSL 103.7º 0.62% 0.71% -
HSV(B) 103.7º 0.41% 0.89% -
XYZ 46.34 64.16 32.86 -
YUV 196.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 160 227 135 0.30 0 0.41 0.11 103.7 0.62 0.71
Hex A0 E3 87 1E 0 29 B 68 3E 47
Octal 240 343 207 36 0 51 13 150 76 107
Binary 10100000 11100011 10000111 11110 0 101001 1011 1101000 111110 1000111

Color Harmonies of #A0E387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E387

Black with #A0E387

Text Example


Text Example

White with #A0E387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E387; }

 p { color: rgb(160,227,135); }

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

background-color css

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

 a { background-color: rgb(160,227,135); }

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

border-color css

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

 span { border-color: rgb(160,227,135); }

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