Html Css Color HEX #9CD470 Gossip

📋 copy color: '#9CD470'

red 156 ◦ green 212 ◦ blue 112

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

Shades of Gossip #9CD470

Tints of Gossip #9CD470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

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

R = 32.5%
G = 44.17%
B = 23.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#9CD470 (or 0x9CD470) is known color: Gossip. HEX triplet: 9C, D4 and 70. RGB value is (156,212,112). Sum of RGB (Red+Green+Blue) = 156+212+112=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #9CD470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD470 is #632B8F. Grayscale: #B8B8B8. Windows color (decimal): -6499216 or 7394460. OLE color: 7394460.

HSL color Cylindrical-coordinate representation of color #9CD470: hue angle of 93.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CD470 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 156 212 112 -
CMYK 0.26 0 0.47 0.17
HSL 93.6º 0.54% 0.64% -
HSV(B) 93.6º 0.47% 0.83% -
XYZ 40.18 55.32 23.89 -
YUV 183.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 156 212 112 0.26 0 0.47 0.17 93.6 0.54 0.64
Hex 9C D4 70 1A 0 2F 11 5E 36 40
Octal 234 324 160 32 0 57 21 136 66 100
Binary 10011100 11010100 1110000 11010 0 101111 10001 1011110 110110 1000000

Color Harmonies of #9CD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD470

Black with #9CD470

Text Example


Text Example

White with #9CD470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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