Html Css Color HEX #0DC44D Dark Pastel Green

📋 copy color: '#0DC44D'

red 13 ◦ green 196 ◦ blue 77

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

Shades of Dark Pastel Green #0DC44D

Tints of Dark Pastel Green #0DC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 68.53%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 4.55%
G = 68.53%
B = 26.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#0DC44D (or 0x0DC44D) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 4D. RGB value is (13,196,77). Sum of RGB (Red+Green+Blue) = 13+196+77=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC44D is #F23BB2. Grayscale: #808080. Windows color (decimal): -15874995 or 5096461. OLE color: 5096461.

HSL color Cylindrical-coordinate representation of color #0DC44D: hue angle of 140.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC44D is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 77 -
CMYK 0.93 0 0.61 0.23
HSL 140.98º 0.88% 0.41% -
HSV(B) 140.98º 0.93% 0.77% -
XYZ 21.25 40.1 13.64 -
YUV 127.72 99.37 46.18 -
System Red Green Blue C M Y K H S L
Decimal 13 196 77 0.93 0 0.61 0.23 140.98 0.88 0.41
Hex D C4 4D 5D 0 3D 17 8D 58 29
Octal 15 304 115 135 0 75 27 215 130 51
Binary 1101 11000100 1001101 1011101 0 111101 10111 10001101 1011000 101001

Color Harmonies of #0DC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC44D

Black with #0DC44D

Text Example


Text Example

White with #0DC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,77); }

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

background-color css

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

 a { background-color: rgb(13,196,77); }

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

border-color css

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

 span { border-color: rgb(13,196,77); }

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