#0dc529

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

Shades of Dark Pastel Green #0DC529

Tints of Dark Pastel Green #0DC529

Color information

#0DC529 (or 0x0DC529) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C5 and 29. RGB value is (13,197,41). Sum of RGB (Red+Green+Blue) = 13+197+41=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 197 (77.34% from 255 or 78.49% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC529 is #F23AD6. Grayscale: #7C7C7C. Windows color (decimal): -15874775 or 2737421. OLE color: 2737421.

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

Color convert

RGB1319741-
CMYK0.9300.790.23
HSL129.13º87.62%41.18%-
HSV(B)129.13º93.4%77.25%-
XYZ20.5340.188.77-
YUV124.281.0448.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.18%
GREEN value IS 197 (77.34% from 255) = 78.49%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=5.18%
G=78.49%
B=16.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13197410.9300.790.23129.1387.6241.18
HexDC5295D04F17815829
Octal153055113501172720113051
Binary11011100010110100110111010100111110111100000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dc529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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