Html Css Color HEX #0DC124 Dark Pastel Green

📋 copy color: '#0DC124'

red 13 ◦ green 193 ◦ blue 36

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

Shades of Dark Pastel Green #0DC124

Tints of Dark Pastel Green #0DC124

RGB

 RED value IS 13 (5.47% from 255) = 5.37%

 GREEN value IS 193 (75.78% from 255) = 79.75%

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

R = 5.37%
G = 79.75%
B = 14.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#0DC124 (or 0x0DC124) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 24. RGB value is (13,193,36). Sum of RGB (Red+Green+Blue) = 13+193+36=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC124 is #F23EDB. Grayscale: #797979. Windows color (decimal): -15875804 or 2408717. OLE color: 2408717.

HSL color Cylindrical-coordinate representation of color #0DC124: hue angle of 127.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC124 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 36 -
CMYK 0.93 0 0.81 0.24
HSL 127.67º 0.87% 0.4% -
HSV(B) 127.67º 0.93% 0.76% -
XYZ 19.55 38.35 8.04 -
YUV 121.28 79.87 50.77 -
System Red Green Blue C M Y K H S L
Decimal 13 193 36 0.93 0 0.81 0.24 127.67 0.87 0.4
Hex D C1 24 5D 0 51 18 80 57 28
Octal 15 301 44 135 0 121 30 200 127 50
Binary 1101 11000001 100100 1011101 0 1010001 11000 10000000 1010111 101000

Color Harmonies of #0DC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC124

Black with #0DC124

Text Example


Text Example

White with #0DC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DC124; }

 p { color: rgb(13,193,36); }

 H1.HeaderClassName
 {
   color: #0DC124;
 }
 .AnyTagClassName
 {
   color: #0DC124;
 }
</style>

background-color css

<style>
 a { background-color: #0DC124; }

 a { background-color: rgb(13,193,36); }

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

border-color css

<style>
 span { border-color: #0DC124; }

 span { border-color: rgb(13,193,36); }

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