Html Css Color HEX #A0E184 Feijoa

📋 copy color: '#A0E184'

red 160 ◦ green 225 ◦ blue 132

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

Shades of Feijoa #A0E184

Tints of Feijoa #A0E184

RGB

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

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

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

R = 30.95%
G = 43.52%
B = 25.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#A0E184 (or 0xA0E184) is known color: Feijoa. HEX triplet: A0, E1 and 84. RGB value is (160,225,132). Sum of RGB (Red+Green+Blue) = 160+225+132=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E184 is #5F1E7B. Grayscale: #C3C3C3. Windows color (decimal): -6233724 or 8708512. OLE color: 8708512.

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

Color convert

RGB 160 225 132 -
CMYK 0.29 0 0.41 0.12
HSL 101.94º 0.61% 0.7% -
HSV(B) 101.94º 0.41% 0.88% -
XYZ 45.59 62.99 31.59 -
YUV 194.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 160 225 132 0.29 0 0.41 0.12 101.94 0.61 0.7
Hex A0 E1 84 1D 0 29 C 66 3D 46
Octal 240 341 204 35 0 51 14 146 75 106
Binary 10100000 11100001 10000100 11101 0 101001 1100 1100110 111101 1000110

Color Harmonies of #A0E184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E184

Black with #A0E184

Text Example


Text Example

White with #A0E184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E184; }

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

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

background-color css

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

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

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

border-color css

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

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

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