Html Css Color HEX #9FC120 Bahia

📋 copy color: '#9FC120'

red 159 ◦ green 193 ◦ blue 32

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

Shades of Bahia #9FC120

Tints of Bahia #9FC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.26%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 41.41%
G = 50.26%
B = 8.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#9FC120 (or 0x9FC120) is known color: Bahia. HEX triplet: 9F, C1 and 20. RGB value is (159,193,32). Sum of RGB (Red+Green+Blue) = 159+193+32=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC120 is #603EDF. Grayscale: #A5A5A5. Windows color (decimal): -6307552 or 2146719. OLE color: 2146719.

HSL color Cylindrical-coordinate representation of color #9FC120: hue angle of 72.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FC120 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 32 -
CMYK 0.18 0 0.83 0.24
HSL 72.67º 0.72% 0.44% -
HSV(B) 72.67º 0.83% 0.76% -
XYZ 33.63 45.62 8.4 -
YUV 164.48 53.24 124.09 -
System Red Green Blue C M Y K H S L
Decimal 159 193 32 0.18 0 0.83 0.24 72.67 0.72 0.44
Hex 9F C1 20 12 0 53 18 49 48 2C
Octal 237 301 40 22 0 123 30 111 110 54
Binary 10011111 11000001 100000 10010 0 1010011 11000 1001001 1001000 101100

Color Harmonies of #9FC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC120

Black with #9FC120

Text Example


Text Example

White with #9FC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,32); }

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

background-color css

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

 a { background-color: rgb(159,193,32); }

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

border-color css

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

 span { border-color: rgb(159,193,32); }

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