Html Css Color HEX #9CDA7D Gossip

📋 copy color: '#9CDA7D'

red 156 ◦ green 218 ◦ blue 125

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

Shades of Gossip #9CDA7D

Tints of Gossip #9CDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

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

R = 31.26%
G = 43.69%
B = 25.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#9CDA7D (or 0x9CDA7D) is known color: Gossip. HEX triplet: 9C, DA and 7D. RGB value is (156,218,125). Sum of RGB (Red+Green+Blue) = 156+218+125=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA7D is #632582. Grayscale: #BDBDBD. Windows color (decimal): -6497667 or 8247964. OLE color: 8247964.

HSL color Cylindrical-coordinate representation of color #9CDA7D: hue angle of 100º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CDA7D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 218 125 -
CMYK 0.28 0 0.43 0.15
HSL 100º 0.56% 0.67% -
HSV(B) 100º 0.43% 0.85% -
XYZ 42.48 58.69 28.49 -
YUV 188.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 156 218 125 0.28 0 0.43 0.15 100 0.56 0.67
Hex 9C DA 7D 1C 0 2B F 64 38 43
Octal 234 332 175 34 0 53 17 144 70 103
Binary 10011100 11011010 1111101 11100 0 101011 1111 1100100 111000 1000011

Color Harmonies of #9CDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDA7D

Black with #9CDA7D

Text Example


Text Example

White with #9CDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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