Html Css Color HEX #9FC425 Bahia

📋 copy color: '#9FC425'

red 159 ◦ green 196 ◦ blue 37

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

Shades of Bahia #9FC425

Tints of Bahia #9FC425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 40.56%
G = 50%
B = 9.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#9FC425 (or 0x9FC425) is known color: Bahia. HEX triplet: 9F, C4 and 25. RGB value is (159,196,37). Sum of RGB (Red+Green+Blue) = 159+196+37=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC425 is #603BDA. Grayscale: #A7A7A7. Windows color (decimal): -6306779 or 2475167. OLE color: 2475167.

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

Color convert

RGB 159 196 37 -
CMYK 0.19 0 0.81 0.23
HSL 73.96º 0.68% 0.46% -
HSV(B) 73.96º 0.81% 0.77% -
XYZ 34.37 46.98 9.01 -
YUV 166.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 159 196 37 0.19 0 0.81 0.23 73.96 0.68 0.46
Hex 9F C4 25 13 0 51 17 4A 44 2E
Octal 237 304 45 23 0 121 27 112 104 56
Binary 10011111 11000100 100101 10011 0 1010001 10111 1001010 1000100 101110

Color Harmonies of #9FC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC425

Black with #9FC425

Text Example


Text Example

White with #9FC425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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