#9CCF8E

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

Shades of Gossip #9CCF8E

Tints of Gossip #9CCF8E

Color information

#9CCF8E (or 0x9CCF8E) is unknown color: approx Gossip. HEX triplet: 9C, CF and 8E. RGB value is (156,207,142). Sum of RGB (Red+Green+Blue) = 156+207+142=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCF8E is #633071. Grayscale: #B8B8B8. Windows color (decimal): -6500466 or 9359260. OLE color: 9359260.

HSL color Cylindrical-coordinate representation of color #9CCF8E: hue angle of 107.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CCF8E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB156207142-
CMYK0.2500.310.19
HSL107.08º40.37%68.43%-
HSV(B)107.08º31.4%81.18%-
XYZ40.9153.6533.79-
YUV184.34104.1107.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 207 (81.25% from 255) = 40.99%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=30.89%
G=40.99%
B=28.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562071420.2500.310.19107.0840.3768.43
Hex9CCF8E1901F136b2844
Octal234317216310372315350104
Binary100111001100111110001110110010111111001111010111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,142); }

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

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

 a { background-color: rgb(156,207,142); }

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

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

 span { border-color: rgb(156,207,142); }

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