#0DD736

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

Shades of Dark Pastel Green #0DD736

Tints of Dark Pastel Green #0DD736

Color information

#0DD736 (or 0x0DD736) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, D7 and 36. RGB value is (13,215,54). Sum of RGB (Red+Green+Blue) = 13+215+54=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 215 (84.38% from 255 or 76.24% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD736 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD736 is #F228C9. Grayscale: #888888. Windows color (decimal): -15870154 or 3593997. OLE color: 3593997.

HSL color Cylindrical-coordinate representation of color #0DD736: hue angle of 132.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD736 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB1321554-
CMYK0.9400.750.16
HSL132.18º88.6%44.71%-
HSV(B)132.18º93.95%84.31%-
XYZ25.1348.9511.61-
YUV136.2581.5840.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.61%
GREEN value IS 215 (84.38% from 255) = 76.24%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=4.61%
G=76.24%
B=19.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal13215540.9400.750.16132.1888.644.71
HexDD7365E04B1084592d
Octal153276613601132020413155
Binary11011101011111011010111100100101110000100001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,215,54); }

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

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

 a { background-color: rgb(13,215,54); }

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

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

 span { border-color: rgb(13,215,54); }

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