#0DC03C

Color #0DC03C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DC03C

Tints of Dark Pastel Green #0DC03C

Color information

#0DC03C (or 0x0DC03C) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C0 and 3C. RGB value is (13,192,60). Sum of RGB (Red+Green+Blue) = 13+192+60=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC03C is #F23FC3. Grayscale: #7B7B7B. Windows color (decimal): -15876036 or 3981325. OLE color: 3981325.

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

Color convert

RGB1319260-
CMYK0.9300.690.25
HSL135.75º87.32%40.2%-
HSV(B)135.75º93.23%75.29%-
XYZ19.8338.1110.59-
YUV123.4392.249.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 192 (75.39% from 255) = 72.45%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=4.91%
G=72.45%
B=22.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13192600.9300.690.25135.7587.3240.2
HexDC03C5D04519885728
Octal153007413501053121012750
Binary11011100000011110010111010100010111001100010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DC03C;
 }
 .AnyTagClassName
 {
   color: #0DC03C;
 }
</style>
background-color css

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

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

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

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

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

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