Html Css Color HEX #9FC41B Bahia

📋 copy color: '#9FC41B'

red 159 ◦ green 196 ◦ blue 27

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

Shades of Bahia #9FC41B

Tints of Bahia #9FC41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.31%

 BLUE value IS 27 (10.94% from 255) = 7.07%

R = 41.62%
G = 51.31%
B = 7.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#9FC41B (or 0x9FC41B) is known color: Bahia. HEX triplet: 9F, C4 and 1B. RGB value is (159,196,27). Sum of RGB (Red+Green+Blue) = 159+196+27=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC41B is #603BE4. Grayscale: #A6A6A6. Windows color (decimal): -6306789 or 1819807. OLE color: 1819807.

HSL color Cylindrical-coordinate representation of color #9FC41B: hue angle of 73.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FC41B is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 196 27 -
CMYK 0.19 0 0.86 0.23
HSL 73.14º 0.76% 0.44% -
HSV(B) 73.14º 0.86% 0.77% -
XYZ 34.24 46.93 8.29 -
YUV 165.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 159 196 27 0.19 0 0.86 0.23 73.14 0.76 0.44
Hex 9F C4 1B 13 0 56 17 49 4C 2C
Octal 237 304 33 23 0 126 27 111 114 54
Binary 10011111 11000100 11011 10011 0 1010110 10111 1001001 1001100 101100

Color Harmonies of #9FC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC41B

Black with #9FC41B

Text Example


Text Example

White with #9FC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,196,27); }

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

background-color css

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

 a { background-color: rgb(159,196,27); }

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

border-color css

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

 span { border-color: rgb(159,196,27); }

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