Html Css Color HEX #9FC31F Bahia

📋 copy color: '#9FC31F'

red 159 ◦ green 195 ◦ blue 31

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

Shades of Bahia #9FC31F

Tints of Bahia #9FC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.65%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 41.3%
G = 50.65%
B = 8.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#9FC31F (or 0x9FC31F) is known color: Bahia. HEX triplet: 9F, C3 and 1F. RGB value is (159,195,31). Sum of RGB (Red+Green+Blue) = 159+195+31=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC31F is #603CE0. Grayscale: #A6A6A6. Windows color (decimal): -6307041 or 2081695. OLE color: 2081695.

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

Color convert

RGB 159 195 31 -
CMYK 0.18 0 0.84 0.24
HSL 73.17º 0.73% 0.44% -
HSV(B) 73.17º 0.84% 0.76% -
XYZ 34.06 46.5 8.48 -
YUV 165.54 52.07 123.34 -
System Red Green Blue C M Y K H S L
Decimal 159 195 31 0.18 0 0.84 0.24 73.17 0.73 0.44
Hex 9F C3 1F 12 0 54 18 49 49 2C
Octal 237 303 37 22 0 124 30 111 111 54
Binary 10011111 11000011 11111 10010 0 1010100 11000 1001001 1001001 101100

Color Harmonies of #9FC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC31F

Black with #9FC31F

Text Example


Text Example

White with #9FC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,195,31); }

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

background-color css

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

 a { background-color: rgb(159,195,31); }

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

border-color css

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

 span { border-color: rgb(159,195,31); }

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