Html Css Color HEX #9FB41A Bahia

📋 copy color: '#9FB41A'

red 159 ◦ green 180 ◦ blue 26

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

Shades of Bahia #9FB41A

Tints of Bahia #9FB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 43.56%
G = 49.32%
B = 7.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#9FB41A (or 0x9FB41A) is known color: Bahia. HEX triplet: 9F, B4 and 1A. RGB value is (159,180,26). Sum of RGB (Red+Green+Blue) = 159+180+26=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB41A is #604BE5. Grayscale: #9C9C9C. Windows color (decimal): -6310886 or 1750175. OLE color: 1750175.

HSL color Cylindrical-coordinate representation of color #9FB41A: hue angle of 68.18º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FB41A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 26 -
CMYK 0.12 0 0.86 0.29
HSL 68.18º 0.75% 0.4% -
HSV(B) 68.18º 0.86% 0.71% -
XYZ 30.81 40.09 7.09 -
YUV 156.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 159 180 26 0.12 0 0.86 0.29 68.18 0.75 0.4
Hex 9F B4 1A C 0 56 1D 44 4B 28
Octal 237 264 32 14 0 126 35 104 113 50
Binary 10011111 10110100 11010 1100 0 1010110 11101 1000100 1001011 101000

Color Harmonies of #9FB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB41A

Black with #9FB41A

Text Example


Text Example

White with #9FB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,180,26); }

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

background-color css

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

 a { background-color: rgb(159,180,26); }

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

border-color css

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

 span { border-color: rgb(159,180,26); }

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