Html Css Color HEX #0DE15F Malachite

📋 copy color: '#0DE15F'

red 13 ◦ green 225 ◦ blue 95

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

Shades of Malachite #0DE15F

Tints of Malachite #0DE15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 3.9%
G = 67.57%
B = 28.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#0DE15F (or 0x0DE15F) is known color: Malachite. HEX triplet: 0D, E1 and 5F. RGB value is (13,225,95). Sum of RGB (Red+Green+Blue) = 13+225+95=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE15F is #F21EA0. Grayscale: #939393. Windows color (decimal): -15867553 or 6283533. OLE color: 6283533.

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

Color convert

RGB 13 225 95 -
CMYK 0.94 0 0.58 0.12
HSL 143.21º 0.89% 0.47% -
HSV(B) 143.21º 0.94% 0.88% -
XYZ 29.16 54.76 19.86 -
YUV 146.79 98.76 32.57 -
System Red Green Blue C M Y K H S L
Decimal 13 225 95 0.94 0 0.58 0.12 143.21 0.89 0.47
Hex D E1 5F 5E 0 3A C 8F 59 2F
Octal 15 341 137 136 0 72 14 217 131 57
Binary 1101 11100001 1011111 1011110 0 111010 1100 10001111 1011001 101111

Color Harmonies of #0DE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE15F

Black with #0DE15F

Text Example


Text Example

White with #0DE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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