Html Css Color HEX #9FCA90 Gossip

📋 copy color: '#9FCA90'

red 159 ◦ green 202 ◦ blue 144

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

Shades of Gossip #9FCA90

Tints of Gossip #9FCA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 31.49%
G = 40%
B = 28.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#9FCA90 (or 0x9FCA90) is known color: Gossip. HEX triplet: 9F, CA and 90. RGB value is (159,202,144). Sum of RGB (Red+Green+Blue) = 159+202+144=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA90 is #60356F. Grayscale: #B6B6B6. Windows color (decimal): -6305136 or 9489055. OLE color: 9489055.

HSL color Cylindrical-coordinate representation of color #9FCA90: hue angle of 104.48º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCA90 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 144 -
CMYK 0.21 0 0.29 0.21
HSL 104.48º 0.35% 0.68% -
HSV(B) 104.48º 0.29% 0.79% -
XYZ 40.45 51.63 34.22 -
YUV 182.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 159 202 144 0.21 0 0.29 0.21 104.48 0.35 0.68
Hex 9F CA 90 15 0 1D 15 68 23 44
Octal 237 312 220 25 0 35 25 150 43 104
Binary 10011111 11001010 10010000 10101 0 11101 10101 1101000 100011 1000100

Color Harmonies of #9FCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA90

Black with #9FCA90

Text Example


Text Example

White with #9FCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,144); }

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

background-color css

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

 a { background-color: rgb(159,202,144); }

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

border-color css

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

 span { border-color: rgb(159,202,144); }

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