#0DCD26

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

Shades of Dark Pastel Green #0DCD26

Tints of Dark Pastel Green #0DCD26

Color information

#0DCD26 (or 0x0DCD26) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, CD and 26. RGB value is (13,205,38). Sum of RGB (Red+Green+Blue) = 13+205+38=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCD26 is #F232D9. Grayscale: #818181. Windows color (decimal): -15872730 or 2542861. OLE color: 2542861.

HSL color Cylindrical-coordinate representation of color #0DCD26: hue angle of 127.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD26 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB1320538-
CMYK0.9400.810.20
HSL127.81º88.07%42.75%-
HSV(B)127.81º93.66%80.39%-
XYZ22.3543.899.13-
YUV128.5576.8945.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 205 (80.47% from 255) = 80.08%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=5.08%
G=80.08%
B=14.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13205380.9400.810.20127.8188.0742.75
HexDCD265E0511480582b
Octal153154613601212420013053
Binary11011100110110011010111100101000110100100000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,205,38); }

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

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

 a { background-color: rgb(13,205,38); }

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

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

 span { border-color: rgb(13,205,38); }

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