Html Css Color HEX #0DC154 Malachite

📋 copy color: '#0DC154'

red 13 ◦ green 193 ◦ blue 84

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

Shades of Malachite #0DC154

Tints of Malachite #0DC154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 66.55%

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

R = 4.48%
G = 66.55%
B = 28.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#0DC154 (or 0x0DC154) is known color: Malachite. HEX triplet: 0D, C1 and 54. RGB value is (13,193,84). Sum of RGB (Red+Green+Blue) = 13+193+84=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC154 is #F23EAB. Grayscale: #7F7F7F. Windows color (decimal): -15875756 or 5554445. OLE color: 5554445.

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

Color convert

RGB 13 193 84 -
CMYK 0.93 0 0.56 0.24
HSL 143.67º 0.87% 0.4% -
HSV(B) 143.67º 0.93% 0.76% -
XYZ 20.84 38.87 14.79 -
YUV 126.75 103.87 46.86 -
System Red Green Blue C M Y K H S L
Decimal 13 193 84 0.93 0 0.56 0.24 143.67 0.87 0.4
Hex D C1 54 5D 0 38 18 90 57 28
Octal 15 301 124 135 0 70 30 220 127 50
Binary 1101 11000001 1010100 1011101 0 111000 11000 10010000 1010111 101000

Color Harmonies of #0DC154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC154

Black with #0DC154

Text Example


Text Example

White with #0DC154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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