#0DC93D

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

Shades of Dark Pastel Green #0DC93D

Tints of Dark Pastel Green #0DC93D

Color information

#0DC93D (or 0x0DC93D) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C9 and 3D. RGB value is (13,201,61). Sum of RGB (Red+Green+Blue) = 13+201+61=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 201 (78.91% from 255 or 73.09% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC93D is #F236C2. Grayscale: #818181. Windows color (decimal): -15873731 or 4049165. OLE color: 4049165.

HSL color Cylindrical-coordinate representation of color #0DC93D: hue angle of 135.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC93D is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB1320161-
CMYK0.9400.700.21
HSL135.32º87.85%41.96%-
HSV(B)135.32º93.53%78.82%-
XYZ21.8942.211.41-
YUV128.8389.7245.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.73%
GREEN value IS 201 (78.91% from 255) = 73.09%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=4.73%
G=73.09%
B=22.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13201610.9400.700.21135.3287.8541.96
HexDC93D5E0461587582a
Octal153117513601062520713052
Binary11011100100111110110111100100011010101100001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,201,61); }

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

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

 a { background-color: rgb(13,201,61); }

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

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

 span { border-color: rgb(13,201,61); }

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