Html Css Color HEX #9FD68A Gossip

📋 copy color: '#9FD68A'

red 159 ◦ green 214 ◦ blue 138

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

Shades of Gossip #9FD68A

Tints of Gossip #9FD68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 31.12%
G = 41.88%
B = 27.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#9FD68A (or 0x9FD68A) is known color: Gossip. HEX triplet: 9F, D6 and 8A. RGB value is (159,214,138). Sum of RGB (Red+Green+Blue) = 159+214+138=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD68A is #602975. Grayscale: #BDBDBD. Windows color (decimal): -6302070 or 9098911. OLE color: 9098911.

HSL color Cylindrical-coordinate representation of color #9FD68A: hue angle of 103.42º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FD68A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 138 -
CMYK 0.26 0 0.36 0.16
HSL 103.42º 0.48% 0.69% -
HSV(B) 103.42º 0.36% 0.84% -
XYZ 42.93 57.3 32.84 -
YUV 188.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 159 214 138 0.26 0 0.36 0.16 103.42 0.48 0.69
Hex 9F D6 8A 1A 0 24 10 67 30 45
Octal 237 326 212 32 0 44 20 147 60 105
Binary 10011111 11010110 10001010 11010 0 100100 10000 1100111 110000 1000101

Color Harmonies of #9FD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD68A

Black with #9FD68A

Text Example


Text Example

White with #9FD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,214,138); }

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

background-color css

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

 a { background-color: rgb(159,214,138); }

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

border-color css

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

 span { border-color: rgb(159,214,138); }

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