Html Css Color HEX #0DC43E Dark Pastel Green

📋 copy color: '#0DC43E'

red 13 ◦ green 196 ◦ blue 62

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

Shades of Dark Pastel Green #0DC43E

Tints of Dark Pastel Green #0DC43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 4.8%
G = 72.32%
B = 22.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#0DC43E (or 0x0DC43E) is known color: Dark Pastel Green. HEX triplet: 0D, C4 and 3E. RGB value is (13,196,62). Sum of RGB (Red+Green+Blue) = 13+196+62=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 196 (76.95% from 255 or 72.32% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC43E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC43E is #F23BC1. Grayscale: #7E7E7E. Windows color (decimal): -15875010 or 4113421. OLE color: 4113421.

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

Color convert

RGB 13 196 62 -
CMYK 0.93 0 0.68 0.23
HSL 136.07º 0.88% 0.41% -
HSV(B) 136.07º 0.93% 0.77% -
XYZ 20.78 39.91 11.17 -
YUV 126.01 91.87 47.4 -
System Red Green Blue C M Y K H S L
Decimal 13 196 62 0.93 0 0.68 0.23 136.07 0.88 0.41
Hex D C4 3E 5D 0 44 17 88 58 29
Octal 15 304 76 135 0 104 27 210 130 51
Binary 1101 11000100 111110 1011101 0 1000100 10111 10001000 1011000 101001

Color Harmonies of #0DC43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC43E

Black with #0DC43E

Text Example


Text Example

White with #0DC43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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