Html Css Color HEX #0DE164 Malachite

📋 copy color: '#0DE164'

red 13 ◦ green 225 ◦ blue 100

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

Shades of Malachite #0DE164

Tints of Malachite #0DE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 3.85%
G = 66.57%
B = 29.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#0DE164 (or 0x0DE164) is known color: Malachite. HEX triplet: 0D, E1 and 64. RGB value is (13,225,100). Sum of RGB (Red+Green+Blue) = 13+225+100=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE164 is #F21E9B. Grayscale: #939393. Windows color (decimal): -15867548 or 6611213. OLE color: 6611213.

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

Color convert

RGB 13 225 100 -
CMYK 0.94 0 0.56 0.12
HSL 144.62º 0.89% 0.47% -
HSV(B) 144.62º 0.94% 0.88% -
XYZ 29.39 54.86 21.1 -
YUV 147.36 101.26 32.16 -
System Red Green Blue C M Y K H S L
Decimal 13 225 100 0.94 0 0.56 0.12 144.62 0.89 0.47
Hex D E1 64 5E 0 38 C 91 59 2F
Octal 15 341 144 136 0 70 14 221 131 57
Binary 1101 11100001 1100100 1011110 0 111000 1100 10010001 1011001 101111

Color Harmonies of #0DE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE164

Black with #0DE164

Text Example


Text Example

White with #0DE164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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