Html Css Color HEX #0DE263 Malachite

📋 copy color: '#0DE263'

red 13 ◦ green 226 ◦ blue 99

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

Shades of Malachite #0DE263

Tints of Malachite #0DE263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 3.85%
G = 66.86%
B = 29.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#0DE263 (or 0x0DE263) is known color: Malachite. HEX triplet: 0D, E2 and 63. RGB value is (13,226,99). Sum of RGB (Red+Green+Blue) = 13+226+99=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #0DE263 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE263 is #F21D9C. Grayscale: #949494. Windows color (decimal): -15867293 or 6545933. OLE color: 6545933.

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

Color convert

RGB 13 226 99 -
CMYK 0.94 0 0.56 0.11
HSL 144.23º 0.89% 0.47% -
HSV(B) 144.23º 0.94% 0.89% -
XYZ 29.61 55.38 20.93 -
YUV 147.84 100.43 31.83 -
System Red Green Blue C M Y K H S L
Decimal 13 226 99 0.94 0 0.56 0.11 144.23 0.89 0.47
Hex D E2 63 5E 0 38 B 90 59 2F
Octal 15 342 143 136 0 70 13 220 131 57
Binary 1101 11100010 1100011 1011110 0 111000 1011 10010000 1011001 101111

Color Harmonies of #0DE263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE263

Black with #0DE263

Text Example


Text Example

White with #0DE263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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