#0DC119

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

Shades of Dark Pastel Green #0DC119

Tints of Dark Pastel Green #0DC119

Color information

#0DC119 (or 0x0DC119) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C1 and 19. RGB value is (13,193,25). Sum of RGB (Red+Green+Blue) = 13+193+25=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 193 (75.78% from 255 or 83.55% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC119 is #F23EE6. Grayscale: #787878. Windows color (decimal): -15875815 or 1687821. OLE color: 1687821.

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

Color convert

RGB1319325-
CMYK0.9300.870.24
HSL124º87.38%40.39%-
HSV(B)124º93.26%75.69%-
XYZ19.4138.37.29-
YUV120.0374.3751.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 193 (75.78% from 255) = 83.55%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=5.63%
G=83.55%
B=10.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13193250.9300.870.2412487.3840.39
HexDC1195D057187c5728
Octal153013113501273017412750
Binary110111000001110011011101010101111100011111001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,193,25); }

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

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

 a { background-color: rgb(13,193,25); }

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

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

 span { border-color: rgb(13,193,25); }

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