Html Css Color HEX #A0CE83 Gossip

📋 copy color: '#A0CE83'

red 160 ◦ green 206 ◦ blue 131

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

Shades of Gossip #A0CE83

Tints of Gossip #A0CE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 32.19%
G = 41.45%
B = 26.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#A0CE83 (or 0xA0CE83) is known color: Gossip. HEX triplet: A0, CE and 83. RGB value is (160,206,131). Sum of RGB (Red+Green+Blue) = 160+206+131=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE83 is #5F317C. Grayscale: #B7B7B7. Windows color (decimal): -6238589 or 8638112. OLE color: 8638112.

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

Color convert

RGB 160 206 131 -
CMYK 0.22 0 0.36 0.19
HSL 96.8º 0.43% 0.66% -
HSV(B) 96.8º 0.36% 0.81% -
XYZ 40.67 53.25 29.61 -
YUV 183.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 160 206 131 0.22 0 0.36 0.19 96.8 0.43 0.66
Hex A0 CE 83 16 0 24 13 61 2B 42
Octal 240 316 203 26 0 44 23 141 53 102
Binary 10100000 11001110 10000011 10110 0 100100 10011 1100001 101011 1000010

Color Harmonies of #A0CE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE83

Black with #A0CE83

Text Example


Text Example

White with #A0CE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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