Html Css Color HEX #0DC054 Malachite

📋 copy color: '#0DC054'

red 13 ◦ green 192 ◦ blue 84

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

Shades of Malachite #0DC054

Tints of Malachite #0DC054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.44%

 BLUE value IS 84 (33.2% from 255) = 29.07%

R = 4.5%
G = 66.44%
B = 29.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#0DC054 (or 0x0DC054) is known color: Malachite. HEX triplet: 0D, C0 and 54. RGB value is (13,192,84). Sum of RGB (Red+Green+Blue) = 13+192+84=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC054 is #F23FAB. Grayscale: #7E7E7E. Windows color (decimal): -15876012 or 5554189. OLE color: 5554189.

HSL color Cylindrical-coordinate representation of color #0DC054: hue angle of 143.8º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC054 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 84 -
CMYK 0.93 0 0.56 0.25
HSL 143.8º 0.87% 0.4% -
HSV(B) 143.8º 0.93% 0.75% -
XYZ 20.62 38.42 14.72 -
YUV 126.17 104.2 47.28 -
System Red Green Blue C M Y K H S L
Decimal 13 192 84 0.93 0 0.56 0.25 143.8 0.87 0.4
Hex D C0 54 5D 0 38 19 90 57 28
Octal 15 300 124 135 0 70 31 220 127 50
Binary 1101 11000000 1010100 1011101 0 111000 11001 10010000 1010111 101000

Color Harmonies of #0DC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC054

Black with #0DC054

Text Example


Text Example

White with #0DC054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,84); }

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

background-color css

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

 a { background-color: rgb(13,192,84); }

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

border-color css

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

 span { border-color: rgb(13,192,84); }

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