#9CD28A

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

Shades of Gossip #9CD28A

Tints of Gossip #9CD28A

Color information

#9CD28A (or 0x9CD28A) is unknown color: approx Gossip. HEX triplet: 9C, D2 and 8A. RGB value is (156,210,138). Sum of RGB (Red+Green+Blue) = 156+210+138=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD28A is #632D75. Grayscale: #B9B9B9. Windows color (decimal): -6499702 or 9097884. OLE color: 9097884.

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

Color convert

RGB156210138-
CMYK0.2600.340.18
HSL105º44.44%68.24%-
HSV(B)105º34.29%82.35%-
XYZ41.345532.48-
YUV185.65101.11106.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=30.95%
G=41.67%
B=27.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101380.2600.340.1810544.4468.24
Hex9CD28A1A02212692c44
Octal234322212320422215154104
Binary1001110011010010100010101101001000101001011010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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