Html Css Color HEX #9DC024 Bahia

📋 copy color: '#9DC024'

red 157 ◦ green 192 ◦ blue 36

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

Shades of Bahia #9DC024

Tints of Bahia #9DC024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 40.78%
G = 49.87%
B = 9.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#9DC024 (or 0x9DC024) is known color: Bahia. HEX triplet: 9D, C0 and 24. RGB value is (157,192,36). Sum of RGB (Red+Green+Blue) = 157+192+36=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC024 is #623FDB. Grayscale: #A4A4A4. Windows color (decimal): -6438876 or 2408605. OLE color: 2408605.

HSL color Cylindrical-coordinate representation of color #9DC024: hue angle of 73.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DC024 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 36 -
CMYK 0.18 0 0.81 0.25
HSL 73.46º 0.68% 0.45% -
HSV(B) 73.46º 0.81% 0.75% -
XYZ 33.07 44.99 8.61 -
YUV 163.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 157 192 36 0.18 0 0.81 0.25 73.46 0.68 0.45
Hex 9D C0 24 12 0 51 19 49 44 2D
Octal 235 300 44 22 0 121 31 111 104 55
Binary 10011101 11000000 100100 10010 0 1010001 11001 1001001 1000100 101101

Color Harmonies of #9DC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC024

Black with #9DC024

Text Example


Text Example

White with #9DC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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