Html Css Color HEX #A0E086 Feijoa

📋 copy color: '#A0E086'

red 160 ◦ green 224 ◦ blue 134

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

Shades of Feijoa #A0E086

Tints of Feijoa #A0E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

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

R = 30.89%
G = 43.24%
B = 25.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#A0E086 (or 0xA0E086) is known color: Feijoa. HEX triplet: A0, E0 and 86. RGB value is (160,224,134). Sum of RGB (Red+Green+Blue) = 160+224+134=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E086 is #5F1F79. Grayscale: #C2C2C2. Windows color (decimal): -6233978 or 8839328. OLE color: 8839328.

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

Color convert

RGB 160 224 134 -
CMYK 0.29 0 0.40 0.12
HSL 102.67º 0.59% 0.7% -
HSV(B) 102.67º 0.4% 0.88% -
XYZ 45.46 62.51 32.22 -
YUV 194.6 93.8 103.32 -
System Red Green Blue C M Y K H S L
Decimal 160 224 134 0.29 0 0.40 0.12 102.67 0.59 0.7
Hex A0 E0 86 1D 0 28 C 67 3B 46
Octal 240 340 206 35 0 50 14 147 73 106
Binary 10100000 11100000 10000110 11101 0 101000 1100 1100111 111011 1000110

Color Harmonies of #A0E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E086

Black with #A0E086

Text Example


Text Example

White with #A0E086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E086; }

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

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

background-color css

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

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

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

border-color css

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

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

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