Html Css Color HEX #9FC41E Bahia

📋 copy color: '#9FC41E'

red 159 ◦ green 196 ◦ blue 30

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

Shades of Bahia #9FC41E

Tints of Bahia #9FC41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 41.3%
G = 50.91%
B = 7.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#9FC41E (or 0x9FC41E) is known color: Bahia. HEX triplet: 9F, C4 and 1E. RGB value is (159,196,30). Sum of RGB (Red+Green+Blue) = 159+196+30=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC41E is #603BE1. Grayscale: #A6A6A6. Windows color (decimal): -6306786 or 2016415. OLE color: 2016415.

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

Color convert

RGB 159 196 30 -
CMYK 0.19 0 0.85 0.23
HSL 73.37º 0.73% 0.44% -
HSV(B) 73.37º 0.85% 0.77% -
XYZ 34.27 46.94 8.48 -
YUV 166.01 51.24 123 -
System Red Green Blue C M Y K H S L
Decimal 159 196 30 0.19 0 0.85 0.23 73.37 0.73 0.44
Hex 9F C4 1E 13 0 55 17 49 49 2C
Octal 237 304 36 23 0 125 27 111 111 54
Binary 10011111 11000100 11110 10011 0 1010101 10111 1001001 1001001 101100

Color Harmonies of #9FC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC41E

Black with #9FC41E

Text Example


Text Example

White with #9FC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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