#0DC03F

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

Shades of Dark Pastel Green #0DC03F

Tints of Dark Pastel Green #0DC03F

Color information

#0DC03F (or 0x0DC03F) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C0 and 3F. RGB value is (13,192,63). Sum of RGB (Red+Green+Blue) = 13+192+63=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC03F is #F23FC0. Grayscale: #7C7C7C. Windows color (decimal): -15876033 or 4177933. OLE color: 4177933.

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

Color convert

RGB1319263-
CMYK0.9300.670.25
HSL136.76º87.32%40.2%-
HSV(B)136.76º93.23%75.29%-
XYZ19.9138.1411.02-
YUV123.7793.748.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 192 (75.39% from 255) = 71.64%
BLUE value IS 63 (25% from 255) = 23.51%
R=4.85%
G=71.64%
B=23.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13192630.9300.670.25136.7687.3240.2
HexDC03F5D04319895728
Octal153007713501033121112750
Binary11011100000011111110111010100001111001100010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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