Html Css Color HEX #0DE256 Malachite

📋 copy color: '#0DE256'

red 13 ◦ green 226 ◦ blue 86

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

Shades of Malachite #0DE256

Tints of Malachite #0DE256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.46%

R = 4%
G = 69.54%
B = 26.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#0DE256 (or 0x0DE256) is known color: Malachite. HEX triplet: 0D, E2 and 56. RGB value is (13,226,86). Sum of RGB (Red+Green+Blue) = 13+226+86=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 226 (88.67% from 255 or 69.54% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 226 - color contains mainly: green. Hex color #0DE256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE256 is #F21DA9. Grayscale: #929292. Windows color (decimal): -15867306 or 5693965. OLE color: 5693965.

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

Color convert

RGB 13 226 86 -
CMYK 0.94 0 0.62 0.11
HSL 140.56º 0.89% 0.47% -
HSV(B) 140.56º 0.94% 0.89% -
XYZ 29.04 55.15 17.92 -
YUV 146.35 93.93 32.88 -
System Red Green Blue C M Y K H S L
Decimal 13 226 86 0.94 0 0.62 0.11 140.56 0.89 0.47
Hex D E2 56 5E 0 3E B 8D 59 2F
Octal 15 342 126 136 0 76 13 215 131 57
Binary 1101 11100010 1010110 1011110 0 111110 1011 10001101 1011001 101111

Color Harmonies of #0DE256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE256

Black with #0DE256

Text Example


Text Example

White with #0DE256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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