Html Css Color HEX #0DC043 Dark Pastel Green

📋 copy color: '#0DC043'

red 13 ◦ green 192 ◦ blue 67

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

Shades of Dark Pastel Green #0DC043

Tints of Dark Pastel Green #0DC043

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.59%

 BLUE value IS 67 (26.56% from 255) = 24.63%

R = 4.78%
G = 70.59%
B = 24.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#0DC043 (or 0x0DC043) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 43. RGB value is (13,192,67). Sum of RGB (Red+Green+Blue) = 13+192+67=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC043 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC043 is #F23FBC. Grayscale: #7C7C7C. Windows color (decimal): -15876029 or 4440077. OLE color: 4440077.

HSL color Cylindrical-coordinate representation of color #0DC043: hue angle of 138.1º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC043 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 67 -
CMYK 0.93 0 0.65 0.25
HSL 138.1º 0.87% 0.4% -
HSV(B) 138.1º 0.93% 0.75% -
XYZ 20.03 38.19 11.63 -
YUV 124.23 95.7 48.66 -
System Red Green Blue C M Y K H S L
Decimal 13 192 67 0.93 0 0.65 0.25 138.1 0.87 0.4
Hex D C0 43 5D 0 41 19 8A 57 28
Octal 15 300 103 135 0 101 31 212 127 50
Binary 1101 11000000 1000011 1011101 0 1000001 11001 10001010 1010111 101000

Color Harmonies of #0DC043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC043

Black with #0DC043

Text Example


Text Example

White with #0DC043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,67); }

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

background-color css

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

 a { background-color: rgb(13,192,67); }

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

border-color css

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

 span { border-color: rgb(13,192,67); }

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