Html Css Color HEX #9DC020 Bahia

📋 copy color: '#9DC020'

red 157 ◦ green 192 ◦ blue 32

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

Shades of Bahia #9DC020

Tints of Bahia #9DC020

RGB

 RED value IS 157 (61.72% from 255) = 41.21%

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

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

R = 41.21%
G = 50.39%
B = 8.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#9DC020 (or 0x9DC020) is known color: Bahia. HEX triplet: 9D, C0 and 20. RGB value is (157,192,32). Sum of RGB (Red+Green+Blue) = 157+192+32=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC020 is #623FDF. Grayscale: #A3A3A3. Windows color (decimal): -6438880 or 2146461. OLE color: 2146461.

HSL color Cylindrical-coordinate representation of color #9DC020: hue angle of 73.12º 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 #9DC020 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 32 -
CMYK 0.18 0 0.83 0.25
HSL 73.13º 0.71% 0.44% -
HSV(B) 73.13º 0.83% 0.75% -
XYZ 33.01 44.97 8.31 -
YUV 163.3 53.9 123.51 -
System Red Green Blue C M Y K H S L
Decimal 157 192 32 0.18 0 0.83 0.25 73.13 0.71 0.44
Hex 9D C0 20 12 0 53 19 49 47 2C
Octal 235 300 40 22 0 123 31 111 107 54
Binary 10011101 11000000 100000 10010 0 1010011 11001 1001001 1000111 101100

Color Harmonies of #9DC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC020

Black with #9DC020

Text Example


Text Example

White with #9DC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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