Html Css Color HEX #0DC129 Dark Pastel Green

📋 copy color: '#0DC129'

red 13 ◦ green 193 ◦ blue 41

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

Shades of Dark Pastel Green #0DC129

Tints of Dark Pastel Green #0DC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 5.26%
G = 78.14%
B = 16.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#0DC129 (or 0x0DC129) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 29. RGB value is (13,193,41). Sum of RGB (Red+Green+Blue) = 13+193+41=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC129 is #F23ED6. Grayscale: #7A7A7A. Windows color (decimal): -15875799 or 2736397. OLE color: 2736397.

HSL color Cylindrical-coordinate representation of color #0DC129: hue angle of 129.33º 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 #0DC129 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 41 -
CMYK 0.93 0 0.79 0.24
HSL 129.33º 0.87% 0.4% -
HSV(B) 129.33º 0.93% 0.76% -
XYZ 19.64 38.39 8.47 -
YUV 121.85 82.37 50.36 -
System Red Green Blue C M Y K H S L
Decimal 13 193 41 0.93 0 0.79 0.24 129.33 0.87 0.4
Hex D C1 29 5D 0 4F 18 81 57 28
Octal 15 301 51 135 0 117 30 201 127 50
Binary 1101 11000001 101001 1011101 0 1001111 11000 10000001 1010111 101000

Color Harmonies of #0DC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC129

Black with #0DC129

Text Example


Text Example

White with #0DC129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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