Html Css Color HEX #9FD27E Gossip

📋 copy color: '#9FD27E'

red 159 ◦ green 210 ◦ blue 126

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

Shades of Gossip #9FD27E

Tints of Gossip #9FD27E

RGB

 RED value IS 159 (62.5% from 255) = 32.12%

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 32.12%
G = 42.42%
B = 25.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#9FD27E (or 0x9FD27E) is known color: Gossip. HEX triplet: 9F, D2 and 7E. RGB value is (159,210,126). Sum of RGB (Red+Green+Blue) = 159+210+126=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD27E is #602D81. Grayscale: #B9B9B9. Windows color (decimal): -6303106 or 8311455. OLE color: 8311455.

HSL color Cylindrical-coordinate representation of color #9FD27E: hue angle of 96.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FD27E is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 126 -
CMYK 0.24 0 0.4 0.18
HSL 96.43º 0.48% 0.66% -
HSV(B) 96.43º 0.4% 0.82% -
XYZ 41.11 54.97 28.18 -
YUV 185.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 159 210 126 0.24 0 0.4 0.18 96.43 0.48 0.66
Hex 9F D2 7E 18 0 28 12 60 30 42
Octal 237 322 176 30 0 50 22 140 60 102
Binary 10011111 11010010 1111110 11000 0 101000 10010 1100000 110000 1000010

Color Harmonies of #9FD27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD27E

Black with #9FD27E

Text Example


Text Example

White with #9FD27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,210,126); }

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

background-color css

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

 a { background-color: rgb(159,210,126); }

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

border-color css

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

 span { border-color: rgb(159,210,126); }

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