#0DC11C

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

Shades of Dark Pastel Green #0DC11C

Tints of Dark Pastel Green #0DC11C

Color information

#0DC11C (or 0x0DC11C) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, C1 and 1C. RGB value is (13,193,28). Sum of RGB (Red+Green+Blue) = 13+193+28=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC11C is #F23EE3. Grayscale: #787878. Windows color (decimal): -15875812 or 1884429. OLE color: 1884429.

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

Color convert

RGB1319328-
CMYK0.9300.850.24
HSL125º87.38%40.39%-
HSV(B)125º93.26%75.69%-
XYZ19.4538.317.47-
YUV120.3775.8751.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 193 (75.78% from 255) = 82.48%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=5.56%
G=82.48%
B=11.97%

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
Decimal13193280.9300.850.2412587.3840.39
HexDC11C5D055187d5728
Octal153013413501253017512750
Binary110111000001111001011101010101011100011111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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