#9CD570

Color #9CD570 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9CD570

Tints of Gossip #9CD570

Color information

#9CD570 (or 0x9CD570) is unknown color: approx Gossip. HEX triplet: 9C, D5 and 70. RGB value is (156,213,112). Sum of RGB (Red+Green+Blue) = 156+213+112=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD570 is #632A8F. Grayscale: #B8B8B8. Windows color (decimal): -6498960 or 7394716. OLE color: 7394716.

HSL color Cylindrical-coordinate representation of color #9CD570: hue angle of 93.86º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CD570 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB156213112-
CMYK0.2700.470.16
HSL93.86º54.59%63.73%-
HSV(B)93.86º47.42%83.53%-
XYZ40.4355.8323.97-
YUV184.4487.12107.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=32.43%
G=44.28%
B=23.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131120.2700.470.1693.8654.5963.73
Hex9CD5701B02F105e3740
Octal234325160330572013667100
Binary100111001101010111100001101101011111000010111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD570; }

 p { color: rgb(156,213,112); }

 H1.HeaderClassName
 {
   color: #9CD570;
 }
 .AnyTagClassName
 {
   color: #9CD570;
 }
</style>
background-color css

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

 a { background-color: rgb(156,213,112); }

 div.DivClassName
 {
   background-color: #9CD570;
 }
 .BgClassName
 {
   background-color: #9CD570;
 }
</style>
border-color css

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

 span { border-color: rgb(156,213,112); }

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