Html Css Color HEX #0DC44C Dark Pastel Green

📋 copy color: '#0DC44C'

red 13 ◦ green 196 ◦ blue 76

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

Shades of Dark Pastel Green #0DC44C

Tints of Dark Pastel Green #0DC44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 4.56%
G = 68.77%
B = 26.67%

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

#0DC44C (or 0x0DC44C) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 4C. RGB value is (13,196,76). Sum of RGB (Red+Green+Blue) = 13+196+76=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC44C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC44C is #F23BB3. Grayscale: #7F7F7F. Windows color (decimal): -15874996 or 5030925. OLE color: 5030925.

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

Color convert

RGB 13 196 76 -
CMYK 0.93 0 0.61 0.23
HSL 140.66º 0.88% 0.41% -
HSV(B) 140.66º 0.93% 0.77% -
XYZ 21.21 40.09 13.46 -
YUV 127.6 98.87 46.26 -
System Red Green Blue C M Y K H S L
Decimal 13 196 76 0.93 0 0.61 0.23 140.66 0.88 0.41
Hex D C4 4C 5D 0 3D 17 8D 58 29
Octal 15 304 114 135 0 75 27 215 130 51
Binary 1101 11000100 1001100 1011101 0 111101 10111 10001101 1011000 101001

Color Harmonies of #0DC44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC44C

Black with #0DC44C

Text Example


Text Example

White with #0DC44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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