Html Css Color HEX #9FC315 Bahia

📋 copy color: '#9FC315'

red 159 ◦ green 195 ◦ blue 21

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

Shades of Bahia #9FC315

Tints of Bahia #9FC315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 42.4%
G = 52%
B = 5.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#9FC315 (or 0x9FC315) is known color: Bahia. HEX triplet: 9F, C3 and 15. RGB value is (159,195,21). Sum of RGB (Red+Green+Blue) = 159+195+21=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC315 is #603CEA. Grayscale: #A5A5A5. Windows color (decimal): -6307051 or 1426335. OLE color: 1426335.

HSL color Cylindrical-coordinate representation of color #9FC315: hue angle of 72.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FC315 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 21 -
CMYK 0.18 0 0.89 0.24
HSL 72.41º 0.81% 0.42% -
HSV(B) 72.41º 0.89% 0.76% -
XYZ 33.95 46.46 7.89 -
YUV 164.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 159 195 21 0.18 0 0.89 0.24 72.41 0.81 0.42
Hex 9F C3 15 12 0 59 18 48 51 2A
Octal 237 303 25 22 0 131 30 110 121 52
Binary 10011111 11000011 10101 10010 0 1011001 11000 1001000 1010001 101010

Color Harmonies of #9FC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC315

Black with #9FC315

Text Example


Text Example

White with #9FC315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,195,21); }

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

background-color css

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

 a { background-color: rgb(159,195,21); }

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

border-color css

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

 span { border-color: rgb(159,195,21); }

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