Html Css Color HEX #0DE155 Malachite

📋 copy color: '#0DE155'

red 13 ◦ green 225 ◦ blue 85

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

Shades of Malachite #0DE155

Tints of Malachite #0DE155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 4.02%
G = 69.66%
B = 26.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#0DE155 (or 0x0DE155) is known color: Malachite. HEX triplet: 0D, E1 and 55. RGB value is (13,225,85). Sum of RGB (Red+Green+Blue) = 13+225+85=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE155 is #F21EAA. Grayscale: #929292. Windows color (decimal): -15867563 or 5628173. OLE color: 5628173.

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

Color convert

RGB 13 225 85 -
CMYK 0.94 0 0.62 0.12
HSL 140.38º 0.89% 0.47% -
HSV(B) 140.38º 0.94% 0.88% -
XYZ 28.73 54.59 17.62 -
YUV 145.65 93.76 33.38 -
System Red Green Blue C M Y K H S L
Decimal 13 225 85 0.94 0 0.62 0.12 140.38 0.89 0.47
Hex D E1 55 5E 0 3E C 8C 59 2F
Octal 15 341 125 136 0 76 14 214 131 57
Binary 1101 11100001 1010101 1011110 0 111110 1100 10001100 1011001 101111

Color Harmonies of #0DE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE155

Black with #0DE155

Text Example


Text Example

White with #0DE155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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