#0DFE5C

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

Shades of Malachite #0DFE5C

Tints of Malachite #0DFE5C

Color information

#0DFE5C (or 0x0DFE5C) is unknown color: approx Malachite. HEX triplet: 0D, FE and 5C. RGB value is (13,254,92). Sum of RGB (Red+Green+Blue) = 13+254+92=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFE5C is #F201A3. Grayscale: #A3A3A3. Windows color (decimal): -15860132 or 6094349. OLE color: 6094349.

HSL color Cylindrical-coordinate representation of color #0DFE5C: hue angle of 139.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE5C is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB1325492-
CMYK0.9500.640.00
HSL139.67º99.18%52.35%-
HSV(B)139.67º94.88%99.61%-
XYZ37.5471.7421.99-
YUV163.4787.6620.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.62%
GREEN value IS 254 (99.61% from 255) = 70.75%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=3.62%
G=70.75%
B=25.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13254920.9500.640.00139.6799.1852.35
HexDFE5C5F04008c6334
Octal153761341370100021414364
Binary11011111111010111001011111010000000100011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,254,92); }

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

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

 a { background-color: rgb(13,254,92); }

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

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

 span { border-color: rgb(13,254,92); }

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