#0DC42C

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

Shades of Dark Pastel Green #0DC42C

Tints of Dark Pastel Green #0DC42C

Color information

#0DC42C (or 0x0DC42C) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C4 and 2C. RGB value is (13,196,44). Sum of RGB (Red+Green+Blue) = 13+196+44=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC42C is #F23BD3. Grayscale: #7C7C7C. Windows color (decimal): -15875028 or 2933773. OLE color: 2933773.

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

Color convert

RGB1319644-
CMYK0.9300.780.23
HSL130.16º87.56%40.98%-
HSV(B)130.16º93.37%76.86%-
XYZ20.3639.758.98-
YUV123.9682.8748.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.14%
GREEN value IS 196 (76.95% from 255) = 77.47%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=5.14%
G=77.47%
B=17.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13196440.9300.780.23130.1687.5640.98
HexDC42C5D04E17825829
Octal153045413501162720213051
Binary11011100010010110010111010100111010111100000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,196,44); }

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

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

 a { background-color: rgb(13,196,44); }

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

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

 span { border-color: rgb(13,196,44); }

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