Html Css Color HEX #A0E187 Feijoa

📋 copy color: '#A0E187'

red 160 ◦ green 225 ◦ blue 135

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

Shades of Feijoa #A0E187

Tints of Feijoa #A0E187

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

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

R = 30.77%
G = 43.27%
B = 25.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#A0E187 (or 0xA0E187) is known color: Feijoa. HEX triplet: A0, E1 and 87. RGB value is (160,225,135). Sum of RGB (Red+Green+Blue) = 160+225+135=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E187 is #5F1E78. Grayscale: #C3C3C3. Windows color (decimal): -6233721 or 8905120. OLE color: 8905120.

HSL color Cylindrical-coordinate representation of color #A0E187: hue angle of 103.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E187 is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 135 -
CMYK 0.29 0 0.4 0.12
HSL 103.33º 0.6% 0.71% -
HSV(B) 103.33º 0.4% 0.88% -
XYZ 45.8 63.07 32.68 -
YUV 195.31 93.97 102.82 -
System Red Green Blue C M Y K H S L
Decimal 160 225 135 0.29 0 0.4 0.12 103.33 0.6 0.71
Hex A0 E1 87 1D 0 28 C 67 3C 47
Octal 240 341 207 35 0 50 14 147 74 107
Binary 10100000 11100001 10000111 11101 0 101000 1100 1100111 111100 1000111

Color Harmonies of #A0E187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E187

Black with #A0E187

Text Example


Text Example

White with #A0E187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E187; }

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

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

background-color css

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

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

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

border-color css

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

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

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