#0DC64C

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

Shades of Dark Pastel Green #0DC64C

Tints of Dark Pastel Green #0DC64C

Color information

#0DC64C (or 0x0DC64C) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C6 and 4C. RGB value is (13,198,76). Sum of RGB (Red+Green+Blue) = 13+198+76=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 198 (77.73% from 255 or 68.99% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC64C is #F239B3. Grayscale: #818181. Windows color (decimal): -15874484 or 5031437. OLE color: 5031437.

HSL color Cylindrical-coordinate representation of color #0DC64C: hue angle of 140.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC64C is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1319876-
CMYK0.9300.620.22
HSL140.43º87.68%41.37%-
HSV(B)140.43º93.43%77.65%-
XYZ21.664113.61-
YUV128.7898.2145.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 198 (77.73% from 255) = 68.99%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=4.53%
G=68.99%
B=26.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13198760.9300.620.22140.4387.6841.37
HexDC64C5D03E168c5829
Octal153061141350762621413051
Binary11011100011010011001011101011111010110100011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,198,76); }

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

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

 a { background-color: rgb(13,198,76); }

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

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

 span { border-color: rgb(13,198,76); }

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