Html Css Color HEX #9FC516 Bahia

📋 copy color: '#9FC516'

red 159 ◦ green 197 ◦ blue 22

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

Shades of Bahia #9FC516

Tints of Bahia #9FC516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 42.06%
G = 52.12%
B = 5.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#9FC516 (or 0x9FC516) is known color: Bahia. HEX triplet: 9F, C5 and 16. RGB value is (159,197,22). Sum of RGB (Red+Green+Blue) = 159+197+22=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC516 is #603AE9. Grayscale: #A6A6A6. Windows color (decimal): -6306538 or 1492383. OLE color: 1492383.

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

Color convert

RGB 159 197 22 -
CMYK 0.19 0 0.89 0.23
HSL 73.03º 0.8% 0.43% -
HSV(B) 73.03º 0.89% 0.77% -
XYZ 34.41 47.36 8.09 -
YUV 165.69 46.91 123.23 -
System Red Green Blue C M Y K H S L
Decimal 159 197 22 0.19 0 0.89 0.23 73.03 0.8 0.43
Hex 9F C5 16 13 0 59 17 49 50 2B
Octal 237 305 26 23 0 131 27 111 120 53
Binary 10011111 11000101 10110 10011 0 1011001 10111 1001001 1010000 101011

Color Harmonies of #9FC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC516

Black with #9FC516

Text Example


Text Example

White with #9FC516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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