#0DE530

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

Shades of Malachite #0DE530

Tints of Malachite #0DE530

Color information

#0DE530 (or 0x0DE530) is unknown color: approx Malachite. HEX triplet: 0D, E5 and 30. RGB value is (13,229,48). Sum of RGB (Red+Green+Blue) = 13+229+48=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE530 is #F21ACF. Grayscale: #909090. Windows color (decimal): -15866576 or 3204365. OLE color: 3204365.

HSL color Cylindrical-coordinate representation of color #0DE530: hue angle of 129.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE530 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB1322948-
CMYK0.9400.790.10
HSL129.72º89.26%47.45%-
HSV(B)129.72º94.32%89.8%-
XYZ28.7256.3412.16-
YUV143.7873.9434.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.48%
GREEN value IS 229 (89.84% from 255) = 78.97%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=4.48%
G=78.97%
B=16.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13229480.9400.790.10129.7289.2647.45
HexDE5305E04FA82592f
Octal153456013601171220213157
Binary1101111001011100001011110010011111010100000101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,229,48); }

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

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

 a { background-color: rgb(13,229,48); }

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

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

 span { border-color: rgb(13,229,48); }

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