Html Css Color HEX #0DE140 Malachite

📋 copy color: '#0DE140'

red 13 ◦ green 225 ◦ blue 64

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

Shades of Malachite #0DE140

Tints of Malachite #0DE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 4.3%
G = 74.5%
B = 21.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#0DE140 (or 0x0DE140) is known color: Malachite. HEX triplet: 0D, E1 and 40. RGB value is (13,225,64). Sum of RGB (Red+Green+Blue) = 13+225+64=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE140 is #F21EBF. Grayscale: #8F8F8F. Windows color (decimal): -15867584 or 4251917. OLE color: 4251917.

HSL color Cylindrical-coordinate representation of color #0DE140: hue angle of 134.43º 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 #0DE140 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 13 225 64 -
CMYK 0.94 0 0.72 0.12
HSL 134.43º 0.89% 0.47% -
HSV(B) 134.43º 0.94% 0.88% -
XYZ 28.02 54.31 13.86 -
YUV 143.26 83.26 35.09 -
System Red Green Blue C M Y K H S L
Decimal 13 225 64 0.94 0 0.72 0.12 134.43 0.89 0.47
Hex D E1 40 5E 0 48 C 86 59 2F
Octal 15 341 100 136 0 110 14 206 131 57
Binary 1101 11100001 1000000 1011110 0 1001000 1100 10000110 1011001 101111

Color Harmonies of #0DE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE140

Black with #0DE140

Text Example


Text Example

White with #0DE140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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