Html Css Color HEX #9FC126 Bahia

📋 copy color: '#9FC126'

red 159 ◦ green 193 ◦ blue 38

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

Shades of Bahia #9FC126

Tints of Bahia #9FC126

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.49%

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 40.77%
G = 49.49%
B = 9.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#9FC126 (or 0x9FC126) is known color: Bahia. HEX triplet: 9F, C1 and 26. RGB value is (159,193,38). Sum of RGB (Red+Green+Blue) = 159+193+38=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC126 is #603ED9. Grayscale: #A5A5A5. Windows color (decimal): -6307546 or 2539935. OLE color: 2539935.

HSL color Cylindrical-coordinate representation of color #9FC126: hue angle of 73.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FC126 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 38 -
CMYK 0.18 0 0.80 0.24
HSL 73.16º 0.67% 0.45% -
HSV(B) 73.16º 0.8% 0.76% -
XYZ 33.72 45.65 8.87 -
YUV 165.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 159 193 38 0.18 0 0.80 0.24 73.16 0.67 0.45
Hex 9F C1 26 12 0 50 18 49 43 2D
Octal 237 301 46 22 0 120 30 111 103 55
Binary 10011111 11000001 100110 10010 0 1010000 11000 1001001 1000011 101101

Color Harmonies of #9FC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC126

Black with #9FC126

Text Example


Text Example

White with #9FC126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,38); }

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

background-color css

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

 a { background-color: rgb(159,193,38); }

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

border-color css

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

 span { border-color: rgb(159,193,38); }

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