#0DC52F

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

Shades of Dark Pastel Green #0DC52F

Tints of Dark Pastel Green #0DC52F

Color information

#0DC52F (or 0x0DC52F) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C5 and 2F. RGB value is (13,197,47). Sum of RGB (Red+Green+Blue) = 13+197+47=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC52F is #F23AD0. Grayscale: #7D7D7D. Windows color (decimal): -15874769 or 3130637. OLE color: 3130637.

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

Color convert

RGB1319747-
CMYK0.9300.760.23
HSL131.09º87.62%41.18%-
HSV(B)131.09º93.4%77.25%-
XYZ20.6540.229.37-
YUV124.8884.0448.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.06%
GREEN value IS 197 (77.34% from 255) = 76.65%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=5.06%
G=76.65%
B=18.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13197470.9300.760.23131.0987.6241.18
HexDC52F5D04C17835829
Octal153055713501142720313051
Binary11011100010110111110111010100110010111100000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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