Html Css Color HEX #A0CE85 Gossip

📋 copy color: '#A0CE85'

red 160 ◦ green 206 ◦ blue 133

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

Shades of Gossip #A0CE85

Tints of Gossip #A0CE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 32.06%
G = 41.28%
B = 26.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#A0CE85 (or 0xA0CE85) is known color: Gossip. HEX triplet: A0, CE and 85. RGB value is (160,206,133). Sum of RGB (Red+Green+Blue) = 160+206+133=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE85 is #5F317A. Grayscale: #B8B8B8. Windows color (decimal): -6238587 or 8769184. OLE color: 8769184.

HSL color Cylindrical-coordinate representation of color #A0CE85: hue angle of 97.81º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0CE85 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 133 -
CMYK 0.22 0 0.35 0.19
HSL 97.81º 0.43% 0.66% -
HSV(B) 97.81º 0.35% 0.81% -
XYZ 40.8 53.31 30.33 -
YUV 183.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 160 206 133 0.22 0 0.35 0.19 97.81 0.43 0.66
Hex A0 CE 85 16 0 23 13 62 2B 42
Octal 240 316 205 26 0 43 23 142 53 102
Binary 10100000 11001110 10000101 10110 0 100011 10011 1100010 101011 1000010

Color Harmonies of #A0CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE85

Black with #A0CE85

Text Example


Text Example

White with #A0CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE85; }

 p { color: rgb(160,206,133); }

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

background-color css

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

 a { background-color: rgb(160,206,133); }

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

border-color css

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

 span { border-color: rgb(160,206,133); }

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