Html Css Color HEX #9FC020 Bahia

📋 copy color: '#9FC020'

red 159 ◦ green 192 ◦ blue 32

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

Shades of Bahia #9FC020

Tints of Bahia #9FC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

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

R = 41.51%
G = 50.13%
B = 8.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#9FC020 (or 0x9FC020) is known color: Bahia. HEX triplet: 9F, C0 and 20. RGB value is (159,192,32). Sum of RGB (Red+Green+Blue) = 159+192+32=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC020 is #603FDF. Grayscale: #A4A4A4. Windows color (decimal): -6307808 or 2146463. OLE color: 2146463.

HSL color Cylindrical-coordinate representation of color #9FC020: hue angle of 72.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FC020 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 32 -
CMYK 0.17 0 0.83 0.25
HSL 72.38º 0.71% 0.44% -
HSV(B) 72.38º 0.83% 0.75% -
XYZ 33.41 45.17 8.33 -
YUV 163.89 53.57 124.51 -
System Red Green Blue C M Y K H S L
Decimal 159 192 32 0.17 0 0.83 0.25 72.38 0.71 0.44
Hex 9F C0 20 11 0 53 19 48 47 2C
Octal 237 300 40 21 0 123 31 110 107 54
Binary 10011111 11000000 100000 10001 0 1010011 11001 1001000 1000111 101100

Color Harmonies of #9FC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC020

Black with #9FC020

Text Example


Text Example

White with #9FC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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