Html Css Color HEX #9FC413 Bahia

📋 copy color: '#9FC413'

red 159 ◦ green 196 ◦ blue 19

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

Shades of Bahia #9FC413

Tints of Bahia #9FC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 42.51%
G = 52.41%
B = 5.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#9FC413 (or 0x9FC413) is known color: Bahia. HEX triplet: 9F, C4 and 13. RGB value is (159,196,19). Sum of RGB (Red+Green+Blue) = 159+196+19=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC413 is #603BEC. Grayscale: #A5A5A5. Windows color (decimal): -6306797 or 1295519. OLE color: 1295519.

HSL color Cylindrical-coordinate representation of color #9FC413: hue angle of 72.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FC413 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 196 19 -
CMYK 0.19 0 0.90 0.23
HSL 72.54º 0.82% 0.42% -
HSV(B) 72.54º 0.9% 0.77% -
XYZ 34.16 46.9 7.87 -
YUV 164.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 159 196 19 0.19 0 0.90 0.23 72.54 0.82 0.42
Hex 9F C4 13 13 0 5A 17 49 52 2A
Octal 237 304 23 23 0 132 27 111 122 52
Binary 10011111 11000100 10011 10011 0 1011010 10111 1001001 1010010 101010

Color Harmonies of #9FC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC413

Black with #9FC413

Text Example


Text Example

White with #9FC413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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