#0DFB45

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

Shades of Malachite #0DFB45

Tints of Malachite #0DFB45

Color information

#0DFB45 (or 0x0DFB45) is unknown color: approx Malachite. HEX triplet: 0D, FB and 45. RGB value is (13,251,69). Sum of RGB (Red+Green+Blue) = 13+251+69=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 251 (98.44% from 255 or 75.38% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFB45 is #F204BA. Grayscale: #9F9F9F. Windows color (decimal): -15860923 or 4586253. OLE color: 4586253.

HSL color Cylindrical-coordinate representation of color #0DFB45: hue angle of 134.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB45 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB1325169-
CMYK0.9500.730.02
HSL134.12º96.75%51.76%-
HSV(B)134.12º94.82%98.43%-
XYZ35.7469.5117.16-
YUV159.0977.1523.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.90%
GREEN value IS 251 (98.44% from 255) = 75.38%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=3.90%
G=75.38%
B=20.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal13251690.9500.730.02134.1296.7551.76
HexDFB455F0492866134
Octal153731051370111220614164
Binary110111111011100010110111110100100110100001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,251,69); }

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

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

 a { background-color: rgb(13,251,69); }

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

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

 span { border-color: rgb(13,251,69); }

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