Html Css Color HEX #0DE15C Malachite

📋 copy color: '#0DE15C'

red 13 ◦ green 225 ◦ blue 92

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

Shades of Malachite #0DE15C

Tints of Malachite #0DE15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 3.94%
G = 68.18%
B = 27.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#0DE15C (or 0x0DE15C) is known color: Malachite. HEX triplet: 0D, E1 and 5C. RGB value is (13,225,92). Sum of RGB (Red+Green+Blue) = 13+225+92=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE15C is #F21EA3. Grayscale: #929292. Windows color (decimal): -15867556 or 6086925. OLE color: 6086925.

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

Color convert

RGB 13 225 92 -
CMYK 0.94 0 0.59 0.12
HSL 142.36º 0.89% 0.47% -
HSV(B) 142.36º 0.94% 0.88% -
XYZ 29.02 54.71 19.16 -
YUV 146.45 97.26 32.81 -
System Red Green Blue C M Y K H S L
Decimal 13 225 92 0.94 0 0.59 0.12 142.36 0.89 0.47
Hex D E1 5C 5E 0 3B C 8E 59 2F
Octal 15 341 134 136 0 73 14 216 131 57
Binary 1101 11100001 1011100 1011110 0 111011 1100 10001110 1011001 101111

Color Harmonies of #0DE15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE15C

Black with #0DE15C

Text Example


Text Example

White with #0DE15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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