#9CD288

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

Shades of Gossip #9CD288

Tints of Gossip #9CD288

Color information

#9CD288 (or 0x9CD288) is unknown color: approx Gossip. HEX triplet: 9C, D2 and 88. RGB value is (156,210,136). Sum of RGB (Red+Green+Blue) = 156+210+136=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD288 is #632D77. Grayscale: #B9B9B9. Windows color (decimal): -6499704 or 8966812. OLE color: 8966812.

HSL color Cylindrical-coordinate representation of color #9CD288: hue angle of 103.78º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CD288 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB156210136-
CMYK0.2600.350.18
HSL103.78º45.12%67.84%-
HSV(B)103.78º35.24%82.35%-
XYZ41.254.9431.73-
YUV185.42100.11107.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 210 (82.42% from 255) = 41.83%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=31.08%
G=41.83%
B=27.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101360.2600.350.18103.7845.1267.84
Hex9CD2881A02312682d44
Octal234322210320432215055104
Binary1001110011010010100010001101001000111001011010001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,136); }

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

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

 a { background-color: rgb(156,210,136); }

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

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

 span { border-color: rgb(156,210,136); }

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