#0DC42B

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

Shades of Dark Pastel Green #0DC42B

Tints of Dark Pastel Green #0DC42B

Color information

#0DC42B (or 0x0DC42B) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C4 and 2B. RGB value is (13,196,43). Sum of RGB (Red+Green+Blue) = 13+196+43=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC42B is #F23BD4. Grayscale: #7C7C7C. Windows color (decimal): -15875029 or 2868237. OLE color: 2868237.

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

Color convert

RGB1319643-
CMYK0.9300.780.23
HSL129.84º87.56%40.98%-
HSV(B)129.84º93.37%76.86%-
XYZ20.3439.748.88-
YUV123.8482.3748.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 196 (76.95% from 255) = 77.78%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=5.16%
G=77.78%
B=17.06%

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
Decimal13196430.9300.780.23129.8487.5640.98
HexDC42B5D04E17825829
Octal153045313501162720213051
Binary11011100010010101110111010100111010111100000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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