Html Css Color HEX #9DD270 Gossip

📋 copy color: '#9DD270'

red 157 ◦ green 210 ◦ blue 112

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

Shades of Gossip #9DD270

Tints of Gossip #9DD270

RGB

 RED value IS 157 (61.72% from 255) = 32.78%

 GREEN value IS 210 (82.42% from 255) = 43.84%

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

R = 32.78%
G = 43.84%
B = 23.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#9DD270 (or 0x9DD270) is known color: Gossip. HEX triplet: 9D, D2 and 70. RGB value is (157,210,112). Sum of RGB (Red+Green+Blue) = 157+210+112=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD270 is #622D8F. Grayscale: #B7B7B7. Windows color (decimal): -6434192 or 7393949. OLE color: 7393949.

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

Color convert

RGB 157 210 112 -
CMYK 0.25 0 0.47 0.18
HSL 92.45º 0.52% 0.63% -
HSV(B) 92.45º 0.47% 0.82% -
XYZ 39.88 54.43 23.73 -
YUV 182.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 157 210 112 0.25 0 0.47 0.18 92.45 0.52 0.63
Hex 9D D2 70 19 0 2F 12 5C 34 3F
Octal 235 322 160 31 0 57 22 134 64 77
Binary 10011101 11010010 1110000 11001 0 101111 10010 1011100 110100 111111

Color Harmonies of #9DD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD270

Black with #9DD270

Text Example


Text Example

White with #9DD270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,210,112); }

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

background-color css

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

 a { background-color: rgb(157,210,112); }

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

border-color css

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

 span { border-color: rgb(157,210,112); }

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