Html Css Color HEX #9FAD20 Bahia

📋 copy color: '#9FAD20'

red 159 ◦ green 173 ◦ blue 32

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

Shades of Bahia #9FAD20

Tints of Bahia #9FAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.53%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 43.68%
G = 47.53%
B = 8.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#9FAD20 (or 0x9FAD20) is known color: Bahia. HEX triplet: 9F, AD and 20. RGB value is (159,173,32). Sum of RGB (Red+Green+Blue) = 159+173+32=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD20 is #6052DF. Grayscale: #999999. Windows color (decimal): -6312672 or 2141599. OLE color: 2141599.

HSL color Cylindrical-coordinate representation of color #9FAD20: hue angle of 65.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9FAD20 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 32 -
CMYK 0.08 0 0.82 0.32
HSL 65.96º 0.69% 0.4% -
HSV(B) 65.96º 0.82% 0.68% -
XYZ 29.5 37.36 7.02 -
YUV 152.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 159 173 32 0.08 0 0.82 0.32 65.96 0.69 0.4
Hex 9F AD 20 8 0 52 20 42 45 28
Octal 237 255 40 10 0 122 40 102 105 50
Binary 10011111 10101101 100000 1000 0 1010010 100000 1000010 1000101 101000

Color Harmonies of #9FAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD20

Black with #9FAD20

Text Example


Text Example

White with #9FAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,32); }

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

background-color css

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

 a { background-color: rgb(159,173,32); }

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

border-color css

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

 span { border-color: rgb(159,173,32); }

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