#0DC51E

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

Shades of Dark Pastel Green #0DC51E

Tints of Dark Pastel Green #0DC51E

Color information

#0DC51E (or 0x0DC51E) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C5 and 1E. RGB value is (13,197,30). Sum of RGB (Red+Green+Blue) = 13+197+30=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 197 (77.34% from 255 or 82.08% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC51E is #F23AE1. Grayscale: #7B7B7B. Windows color (decimal): -15874786 or 2016525. OLE color: 2016525.

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

Color convert

RGB1319730-
CMYK0.9300.850.23
HSL125.54º87.62%41.18%-
HSV(B)125.54º93.4%77.25%-
XYZ20.3740.117.9-
YUV122.9575.5449.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 197 (77.34% from 255) = 82.08%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=5.42%
G=82.08%
B=12.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13197300.9300.850.23125.5487.6241.18
HexDC51E5D055177e5829
Octal153053613501252717613051
Binary110111000101111101011101010101011011111111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,197,30); }

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

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

 a { background-color: rgb(13,197,30); }

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

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

 span { border-color: rgb(13,197,30); }

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