Html Css Color HEX #0DE261 Malachite

📋 copy color: '#0DE261'

red 13 ◦ green 226 ◦ blue 97

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

Shades of Malachite #0DE261

Tints of Malachite #0DE261

RGB

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

 GREEN value IS 226 (88.67% from 255) = 67.26%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 3.87%
G = 67.26%
B = 28.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#0DE261 (or 0x0DE261) is known color: Malachite. HEX triplet: 0D, E2 and 61. RGB value is (13,226,97). Sum of RGB (Red+Green+Blue) = 13+226+97=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 226 (88.67% from 255 or 67.26% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 226 - color contains mainly: green. Hex color #0DE261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE261 is #F21D9E. Grayscale: #939393. Windows color (decimal): -15867295 or 6414861. OLE color: 6414861.

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

Color convert

RGB 13 226 97 -
CMYK 0.94 0 0.57 0.11
HSL 143.66º 0.89% 0.47% -
HSV(B) 143.66º 0.94% 0.89% -
XYZ 29.52 55.34 20.44 -
YUV 147.61 99.43 31.99 -
System Red Green Blue C M Y K H S L
Decimal 13 226 97 0.94 0 0.57 0.11 143.66 0.89 0.47
Hex D E2 61 5E 0 39 B 90 59 2F
Octal 15 342 141 136 0 71 13 220 131 57
Binary 1101 11100010 1100001 1011110 0 111001 1011 10010000 1011001 101111

Color Harmonies of #0DE261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE261

Black with #0DE261

Text Example


Text Example

White with #0DE261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,226,97); }

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

background-color css

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

 a { background-color: rgb(13,226,97); }

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

border-color css

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

 span { border-color: rgb(13,226,97); }

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