Html Css Color HEX #9BE17D Gossip

📋 copy color: '#9BE17D'

red 155 ◦ green 225 ◦ blue 125

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

Shades of Gossip #9BE17D

Tints of Gossip #9BE17D

RGB

 RED value IS 155 (60.94% from 255) = 30.69%

 GREEN value IS 225 (88.28% from 255) = 44.55%

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

R = 30.69%
G = 44.55%
B = 24.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#9BE17D (or 0x9BE17D) is known color: Gossip. HEX triplet: 9B, E1 and 7D. RGB value is (155,225,125). Sum of RGB (Red+Green+Blue) = 155+225+125=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE17D is #641E82. Grayscale: #C1C1C1. Windows color (decimal): -6561411 or 8249755. OLE color: 8249755.

HSL color Cylindrical-coordinate representation of color #9BE17D: hue angle of 102º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BE17D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 125 -
CMYK 0.31 0 0.44 0.12
HSL 102º 0.63% 0.69% -
HSV(B) 102º 0.44% 0.88% -
XYZ 44.14 62.3 29.1 -
YUV 192.67 89.81 101.13 -
System Red Green Blue C M Y K H S L
Decimal 155 225 125 0.31 0 0.44 0.12 102 0.63 0.69
Hex 9B E1 7D 1F 0 2C C 66 3E 45
Octal 233 341 175 37 0 54 14 146 76 105
Binary 10011011 11100001 1111101 11111 0 101100 1100 1100110 111110 1000101

Color Harmonies of #9BE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE17D

Black with #9BE17D

Text Example


Text Example

White with #9BE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,125); }

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

background-color css

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

 a { background-color: rgb(155,225,125); }

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

border-color css

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

 span { border-color: rgb(155,225,125); }

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