Html Css Color HEX #0DE136 Malachite

📋 copy color: '#0DE136'

red 13 ◦ green 225 ◦ blue 54

#0DE136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0DE136

Tints of Malachite #0DE136

RGB

 RED value IS 13 (5.47% from 255) = 4.45%

 GREEN value IS 225 (88.28% from 255) = 77.05%

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 4.45%
G = 77.05%
B = 18.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#0DE136 (or 0x0DE136) is known color: Malachite. HEX triplet: 0D, E1 and 36. RGB value is (13,225,54). Sum of RGB (Red+Green+Blue) = 13+225+54=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE136 is #F21EC9. Grayscale: #8E8E8E. Windows color (decimal): -15867594 or 3596557. OLE color: 3596557.

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

Color convert

RGB 13 225 54 -
CMYK 0.94 0 0.76 0.12
HSL 131.6º 0.89% 0.47% -
HSV(B) 131.6º 0.94% 0.88% -
XYZ 27.76 54.2 12.49 -
YUV 142.12 78.26 35.9 -
System Red Green Blue C M Y K H S L
Decimal 13 225 54 0.94 0 0.76 0.12 131.6 0.89 0.47
Hex D E1 36 5E 0 4C C 84 59 2F
Octal 15 341 66 136 0 114 14 204 131 57
Binary 1101 11100001 110110 1011110 0 1001100 1100 10000100 1011001 101111

Color Harmonies of #0DE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE136

Black with #0DE136

Text Example


Text Example

White with #0DE136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DE136;
 }
 .AnyTagClassName
 {
   color: #0DE136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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