Html Css Color HEX #A0CD85 Gossip

📋 copy color: '#A0CD85'

red 160 ◦ green 205 ◦ blue 133

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

Shades of Gossip #A0CD85

Tints of Gossip #A0CD85

RGB

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

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

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

R = 32.13%
G = 41.16%
B = 26.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#A0CD85 (or 0xA0CD85) is known color: Gossip. HEX triplet: A0, CD and 85. RGB value is (160,205,133). Sum of RGB (Red+Green+Blue) = 160+205+133=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD85 is #5F327A. Grayscale: #B7B7B7. Windows color (decimal): -6238843 or 8768928. OLE color: 8768928.

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

Color convert

RGB 160 205 133 -
CMYK 0.22 0 0.35 0.20
HSL 97.5º 0.42% 0.66% -
HSV(B) 97.5º 0.35% 0.8% -
XYZ 40.56 52.83 30.25 -
YUV 183.34 99.59 111.35 -
System Red Green Blue C M Y K H S L
Decimal 160 205 133 0.22 0 0.35 0.20 97.5 0.42 0.66
Hex A0 CD 85 16 0 23 14 62 2A 42
Octal 240 315 205 26 0 43 24 142 52 102
Binary 10100000 11001101 10000101 10110 0 100011 10100 1100010 101010 1000010

Color Harmonies of #A0CD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD85

Black with #A0CD85

Text Example


Text Example

White with #A0CD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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