Html Css Color HEX #9CD570 Gossip

📋 copy color: '#9CD570'

red 156 ◦ green 213 ◦ blue 112

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

Shades of Gossip #9CD570

Tints of Gossip #9CD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 32.43%
G = 44.28%
B = 23.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9CD570 (or 0x9CD570) is known color: Gossip. HEX triplet: 9C, D5 and 70. RGB value is (156,213,112). Sum of RGB (Red+Green+Blue) = 156+213+112=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD570 is #632A8F. Grayscale: #B8B8B8. Windows color (decimal): -6498960 or 7394716. OLE color: 7394716.

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

Color convert

RGB 156 213 112 -
CMYK 0.27 0 0.47 0.16
HSL 93.86º 0.55% 0.64% -
HSV(B) 93.86º 0.47% 0.84% -
XYZ 40.43 55.83 23.97 -
YUV 184.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 156 213 112 0.27 0 0.47 0.16 93.86 0.55 0.64
Hex 9C D5 70 1B 0 2F 10 5E 37 40
Octal 234 325 160 33 0 57 20 136 67 100
Binary 10011100 11010101 1110000 11011 0 101111 10000 1011110 110111 1000000

Color Harmonies of #9CD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD570

Black with #9CD570

Text Example


Text Example

White with #9CD570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,213,112); }

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

background-color css

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

 a { background-color: rgb(156,213,112); }

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

border-color css

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

 span { border-color: rgb(156,213,112); }

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