Html Css Color HEX #A0D58B Gossip

📋 copy color: '#A0D58B'

red 160 ◦ green 213 ◦ blue 139

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

Shades of Gossip #A0D58B

Tints of Gossip #A0D58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 31.25%
G = 41.6%
B = 27.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A0D58B (or 0xA0D58B) is known color: Gossip. HEX triplet: A0, D5 and 8B. RGB value is (160,213,139). Sum of RGB (Red+Green+Blue) = 160+213+139=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D58B is #5F2A74. Grayscale: #BCBCBC. Windows color (decimal): -6236789 or 9164192. OLE color: 9164192.

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

Color convert

RGB 160 213 139 -
CMYK 0.25 0 0.35 0.16
HSL 102.97º 0.47% 0.69% -
HSV(B) 102.97º 0.35% 0.84% -
XYZ 42.95 56.93 33.15 -
YUV 188.72 99.94 107.52 -
System Red Green Blue C M Y K H S L
Decimal 160 213 139 0.25 0 0.35 0.16 102.97 0.47 0.69
Hex A0 D5 8B 19 0 23 10 67 2F 45
Octal 240 325 213 31 0 43 20 147 57 105
Binary 10100000 11010101 10001011 11001 0 100011 10000 1100111 101111 1000101

Color Harmonies of #A0D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D58B

Black with #A0D58B

Text Example


Text Example

White with #A0D58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D58B; }

 p { color: rgb(160,213,139); }

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

background-color css

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

 a { background-color: rgb(160,213,139); }

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

border-color css

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

 span { border-color: rgb(160,213,139); }

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