Html Css Color HEX #A0D387 Gossip

📋 copy color: '#A0D387'

red 160 ◦ green 211 ◦ blue 135

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

Shades of Gossip #A0D387

Tints of Gossip #A0D387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 31.62%
G = 41.7%
B = 26.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#A0D387 (or 0xA0D387) is known color: Gossip. HEX triplet: A0, D3 and 87. RGB value is (160,211,135). Sum of RGB (Red+Green+Blue) = 160+211+135=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D387 is #5F2C78. Grayscale: #BBBBBB. Windows color (decimal): -6237305 or 8901536. OLE color: 8901536.

HSL color Cylindrical-coordinate representation of color #A0D387: hue angle of 100.26º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D387 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 211 135 -
CMYK 0.24 0 0.36 0.17
HSL 100.26º 0.46% 0.68% -
HSV(B) 100.26º 0.36% 0.83% -
XYZ 42.16 55.81 31.47 -
YUV 187.09 98.6 108.68 -
System Red Green Blue C M Y K H S L
Decimal 160 211 135 0.24 0 0.36 0.17 100.26 0.46 0.68
Hex A0 D3 87 18 0 24 11 64 2E 44
Octal 240 323 207 30 0 44 21 144 56 104
Binary 10100000 11010011 10000111 11000 0 100100 10001 1100100 101110 1000100

Color Harmonies of #A0D387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D387

Black with #A0D387

Text Example


Text Example

White with #A0D387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D387; }

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

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

background-color css

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

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

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

border-color css

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

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

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