Html Css Color HEX #9CE080 Gossip

📋 copy color: '#9CE080'

red 156 ◦ green 224 ◦ blue 128

#9CE080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9CE080

Tints of Gossip #9CE080

RGB

 RED value IS 156 (61.33% from 255) = 30.71%

 GREEN value IS 224 (87.89% from 255) = 44.09%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 30.71%
G = 44.09%
B = 25.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#9CE080 (or 0x9CE080) is known color: Gossip. HEX triplet: 9C, E0 and 80. RGB value is (156,224,128). Sum of RGB (Red+Green+Blue) = 156+224+128=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE080 is #631F7F. Grayscale: #C1C1C1. Windows color (decimal): -6496128 or 8446108. OLE color: 8446108.

HSL color Cylindrical-coordinate representation of color #9CE080: hue angle of 102.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CE080 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 224 128 -
CMYK 0.30 0 0.43 0.12
HSL 102.5º 0.61% 0.69% -
HSV(B) 102.5º 0.43% 0.88% -
XYZ 44.26 61.94 30.04 -
YUV 192.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 156 224 128 0.30 0 0.43 0.12 102.5 0.61 0.69
Hex 9C E0 80 1E 0 2B C 66 3D 45
Octal 234 340 200 36 0 53 14 146 75 105
Binary 10011100 11100000 10000000 11110 0 101011 1100 1100110 111101 1000101

Color Harmonies of #9CE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE080

Black with #9CE080

Text Example


Text Example

White with #9CE080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,224,128); }

 H1.HeaderClassName
 {
   color: #9CE080;
 }
 .AnyTagClassName
 {
   color: #9CE080;
 }
</style>

background-color css

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

 a { background-color: rgb(156,224,128); }

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

border-color css

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

 span { border-color: rgb(156,224,128); }

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