Html Css Color HEX #9CD67D Gossip

📋 copy color: '#9CD67D'

red 156 ◦ green 214 ◦ blue 125

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

Shades of Gossip #9CD67D

Tints of Gossip #9CD67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 31.52%
G = 43.23%
B = 25.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#9CD67D (or 0x9CD67D) is known color: Gossip. HEX triplet: 9C, D6 and 7D. RGB value is (156,214,125). Sum of RGB (Red+Green+Blue) = 156+214+125=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD67D is #632982. Grayscale: #BABABA. Windows color (decimal): -6498691 or 8246940. OLE color: 8246940.

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

Color convert

RGB 156 214 125 -
CMYK 0.27 0 0.42 0.16
HSL 99.1º 0.52% 0.66% -
HSV(B) 99.1º 0.42% 0.84% -
XYZ 41.46 56.64 28.15 -
YUV 186.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 156 214 125 0.27 0 0.42 0.16 99.1 0.52 0.66
Hex 9C D6 7D 1B 0 2A 10 63 34 42
Octal 234 326 175 33 0 52 20 143 64 102
Binary 10011100 11010110 1111101 11011 0 101010 10000 1100011 110100 1000010

Color Harmonies of #9CD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD67D

Black with #9CD67D

Text Example


Text Example

White with #9CD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,214,125); }

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

background-color css

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

 a { background-color: rgb(156,214,125); }

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

border-color css

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

 span { border-color: rgb(156,214,125); }

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