Html Css Color HEX #A0CD93 Gossip

📋 copy color: '#A0CD93'

red 160 ◦ green 205 ◦ blue 147

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

Shades of Gossip #A0CD93

Tints of Gossip #A0CD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 31.25%
G = 40.04%
B = 28.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#A0CD93 (or 0xA0CD93) is known color: Gossip. HEX triplet: A0, CD and 93. RGB value is (160,205,147). Sum of RGB (Red+Green+Blue) = 160+205+147=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD93 is #5F326C. Grayscale: #B9B9B9. Windows color (decimal): -6238829 or 9686432. OLE color: 9686432.

HSL color Cylindrical-coordinate representation of color #A0CD93: hue angle of 106.55º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0CD93 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 147 -
CMYK 0.22 0 0.28 0.20
HSL 106.55º 0.37% 0.69% -
HSV(B) 106.55º 0.28% 0.8% -
XYZ 41.59 53.24 35.69 -
YUV 184.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 160 205 147 0.22 0 0.28 0.20 106.55 0.37 0.69
Hex A0 CD 93 16 0 1C 14 6B 25 45
Octal 240 315 223 26 0 34 24 153 45 105
Binary 10100000 11001101 10010011 10110 0 11100 10100 1101011 100101 1000101

Color Harmonies of #A0CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD93

Black with #A0CD93

Text Example


Text Example

White with #A0CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD93; }

 p { color: rgb(160,205,147); }

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

background-color css

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

 a { background-color: rgb(160,205,147); }

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

border-color css

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

 span { border-color: rgb(160,205,147); }

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