#0DC11D

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

Shades of Dark Pastel Green #0DC11D

Tints of Dark Pastel Green #0DC11D

Color information

#0DC11D (or 0x0DC11D) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C1 and 1D. RGB value is (13,193,29). Sum of RGB (Red+Green+Blue) = 13+193+29=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC11D is #F23EE2. Grayscale: #787878. Windows color (decimal): -15875811 or 1949965. OLE color: 1949965.

HSL color Cylindrical-coordinate representation of color #0DC11D: hue angle of 125.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC11D is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1319329-
CMYK0.9300.850.24
HSL125.33º87.38%40.39%-
HSV(B)125.33º93.26%75.69%-
XYZ19.4638.317.53-
YUV120.4876.3751.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.53%
GREEN value IS 193 (75.78% from 255) = 82.13%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=5.53%
G=82.13%
B=12.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13193290.9300.850.24125.3387.3840.39
HexDC11D5D055187d5728
Octal153013513501253017512750
Binary110111000001111011011101010101011100011111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,193,29); }

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

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

 a { background-color: rgb(13,193,29); }

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

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

 span { border-color: rgb(13,193,29); }

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