Html Css Color HEX #9CD072 Gossip

📋 copy color: '#9CD072'

red 156 ◦ green 208 ◦ blue 114

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

Shades of Gossip #9CD072

Tints of Gossip #9CD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 32.64%
G = 43.51%
B = 23.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#9CD072 (or 0x9CD072) is known color: Gossip. HEX triplet: 9C, D0 and 72. RGB value is (156,208,114). Sum of RGB (Red+Green+Blue) = 156+208+114=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD072 is #632F8D. Grayscale: #B6B6B6. Windows color (decimal): -6500238 or 7524508. OLE color: 7524508.

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

Color convert

RGB 156 208 114 -
CMYK 0.25 0 0.45 0.18
HSL 93.19º 0.5% 0.63% -
HSV(B) 93.19º 0.45% 0.82% -
XYZ 39.3 53.39 24.15 -
YUV 181.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 156 208 114 0.25 0 0.45 0.18 93.19 0.5 0.63
Hex 9C D0 72 19 0 2D 12 5D 32 3F
Octal 234 320 162 31 0 55 22 135 62 77
Binary 10011100 11010000 1110010 11001 0 101101 10010 1011101 110010 111111

Color Harmonies of #9CD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD072

Black with #9CD072

Text Example


Text Example

White with #9CD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,208,114); }

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

background-color css

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

 a { background-color: rgb(156,208,114); }

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

border-color css

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

 span { border-color: rgb(156,208,114); }

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