Html Css Color HEX #A0E087 Gossip

📋 copy color: '#A0E087'

red 160 ◦ green 224 ◦ blue 135

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

Shades of Gossip #A0E087

Tints of Gossip #A0E087

RGB

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

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

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

R = 30.83%
G = 43.16%
B = 26.01%

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

#A0E087 (or 0xA0E087) is known color: Gossip. HEX triplet: A0, E0 and 87. RGB value is (160,224,135). Sum of RGB (Red+Green+Blue) = 160+224+135=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E087 is #5F1F78. Grayscale: #C3C3C3. Windows color (decimal): -6233977 or 8904864. OLE color: 8904864.

HSL color Cylindrical-coordinate representation of color #A0E087: hue angle of 103.15º 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 #A0E087 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 135 -
CMYK 0.29 0 0.40 0.12
HSL 103.15º 0.59% 0.7% -
HSV(B) 103.15º 0.4% 0.88% -
XYZ 45.53 62.53 32.59 -
YUV 194.72 94.3 103.24 -
System Red Green Blue C M Y K H S L
Decimal 160 224 135 0.29 0 0.40 0.12 103.15 0.59 0.7
Hex A0 E0 87 1D 0 28 C 67 3B 46
Octal 240 340 207 35 0 50 14 147 73 106
Binary 10100000 11100000 10000111 11101 0 101000 1100 1100111 111011 1000110

Color Harmonies of #A0E087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E087

Black with #A0E087

Text Example


Text Example

White with #A0E087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E087; }

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

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

background-color css

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

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

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

border-color css

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

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

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