#9CD67D

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

Shades of Gossip #9CD67D

Tints of Gossip #9CD67D

Color information

#9CD67D (or 0x9CD67D) is unknown color: approx Gossip. HEX triplet: 9C, D6 and 7D. RGB value is (156,214,125). Sum of RGB (Red+Green+Blue) = 156+214+125=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD67D is #632982. Grayscale: #BABABA. Windows color (decimal): -6498691 or 8246940. OLE color: 8246940.

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

Color convert

RGB156214125-
CMYK0.2700.420.16
HSL99.1º52.05%66.47%-
HSV(B)99.1º41.59%83.92%-
XYZ41.4656.6428.15-
YUV186.5193.28106.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=31.52%
G=43.23%
B=25.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562141250.2700.420.1699.152.0566.47
Hex9CD67D1B02A10633442
Octal234326175330522014364102
Binary100111001101011011111011101101010101000011000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,125); }

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

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

 a { background-color: rgb(156,214,125); }

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

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

 span { border-color: rgb(156,214,125); }

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