Html Css Color HEX #A0D685 Gossip

📋 copy color: '#A0D685'

red 160 ◦ green 214 ◦ blue 133

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

Shades of Gossip #A0D685

Tints of Gossip #A0D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

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

R = 31.56%
G = 42.21%
B = 26.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#A0D685 (or 0xA0D685) is known color: Gossip. HEX triplet: A0, D6 and 85. RGB value is (160,214,133). Sum of RGB (Red+Green+Blue) = 160+214+133=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D685 is #5F297A. Grayscale: #BCBCBC. Windows color (decimal): -6236539 or 8771232. OLE color: 8771232.

HSL color Cylindrical-coordinate representation of color #A0D685: hue angle of 100º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0D685 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 133 -
CMYK 0.25 0 0.38 0.16
HSL 100º 0.5% 0.68% -
HSV(B) 100º 0.38% 0.84% -
XYZ 42.78 57.26 30.99 -
YUV 188.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 160 214 133 0.25 0 0.38 0.16 100 0.5 0.68
Hex A0 D6 85 19 0 26 10 64 32 44
Octal 240 326 205 31 0 46 20 144 62 104
Binary 10100000 11010110 10000101 11001 0 100110 10000 1100100 110010 1000100

Color Harmonies of #A0D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D685

Black with #A0D685

Text Example


Text Example

White with #A0D685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D685; }

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

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

background-color css

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

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

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

border-color css

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

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

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