Html Css Color HEX #9FC51C Bahia

📋 copy color: '#9FC51C'

red 159 ◦ green 197 ◦ blue 28

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

Shades of Bahia #9FC51C

Tints of Bahia #9FC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.3%

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 41.41%
G = 51.3%
B = 7.29%

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

#9FC51C (or 0x9FC51C) is known color: Bahia. HEX triplet: 9F, C5 and 1C. RGB value is (159,197,28). Sum of RGB (Red+Green+Blue) = 159+197+28=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC51C is #603AE3. Grayscale: #A7A7A7. Windows color (decimal): -6306532 or 1885599. OLE color: 1885599.

HSL color Cylindrical-coordinate representation of color #9FC51C: hue angle of 73.49º degrees, saturation: 0.75, 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 #9FC51C is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 197 28 -
CMYK 0.19 0 0.86 0.23
HSL 73.49º 0.75% 0.44% -
HSV(B) 73.49º 0.86% 0.77% -
XYZ 34.47 47.39 8.43 -
YUV 166.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 159 197 28 0.19 0 0.86 0.23 73.49 0.75 0.44
Hex 9F C5 1C 13 0 56 17 49 4B 2C
Octal 237 305 34 23 0 126 27 111 113 54
Binary 10011111 11000101 11100 10011 0 1010110 10111 1001001 1001011 101100

Color Harmonies of #9FC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC51C

Black with #9FC51C

Text Example


Text Example

White with #9FC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,197,28); }

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

background-color css

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

 a { background-color: rgb(159,197,28); }

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

border-color css

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

 span { border-color: rgb(159,197,28); }

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