Html Css Color HEX #0DC44E Dark Pastel Green

📋 copy color: '#0DC44E'

red 13 ◦ green 196 ◦ blue 78

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

Shades of Dark Pastel Green #0DC44E

Tints of Dark Pastel Green #0DC44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.18%

R = 4.53%
G = 68.29%
B = 27.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#0DC44E (or 0x0DC44E) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 4E. RGB value is (13,196,78). Sum of RGB (Red+Green+Blue) = 13+196+78=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC44E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC44E is #F23BB1. Grayscale: #808080. Windows color (decimal): -15874994 or 5161997. OLE color: 5161997.

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

Color convert

RGB 13 196 78 -
CMYK 0.93 0 0.60 0.23
HSL 141.31º 0.88% 0.41% -
HSV(B) 141.31º 0.93% 0.77% -
XYZ 21.28 40.12 13.83 -
YUV 127.83 99.87 46.09 -
System Red Green Blue C M Y K H S L
Decimal 13 196 78 0.93 0 0.60 0.23 141.31 0.88 0.41
Hex D C4 4E 5D 0 3C 17 8D 58 29
Octal 15 304 116 135 0 74 27 215 130 51
Binary 1101 11000100 1001110 1011101 0 111100 10111 10001101 1011000 101001

Color Harmonies of #0DC44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC44E

Black with #0DC44E

Text Example


Text Example

White with #0DC44E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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