#0DDE69

Color #0DDE69 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0DDE69

Tints of Malachite #0DDE69

Color information

#0DDE69 (or 0x0DDE69) is unknown color: approx Malachite. HEX triplet: 0D, DE and 69. RGB value is (13,222,105). Sum of RGB (Red+Green+Blue) = 13+222+105=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 222 (87.11% from 255 or 65.29% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDE69 is #F22196. Grayscale: #929292. Windows color (decimal): -15868311 or 6938125. OLE color: 6938125.

HSL color Cylindrical-coordinate representation of color #0DDE69: hue angle of 146.41º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE69 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB13222105-
CMYK0.9400.530.13
HSL146.41º88.94%46.08%-
HSV(B)146.41º94.14%87.06%-
XYZ28.8453.3522.14-
YUV146.17104.7633.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.82%
GREEN value IS 222 (87.11% from 255) = 65.29%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=3.82%
G=65.29%
B=30.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132221050.9400.530.13146.4188.9446.08
HexDDE695E035D92592e
Octal153361511360651522213156
Binary1101110111101101001101111001101011101100100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,222,105); }

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

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

 a { background-color: rgb(13,222,105); }

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

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

 span { border-color: rgb(13,222,105); }

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