Html Css Color HEX #0DC957 Malachite

📋 copy color: '#0DC957'

red 13 ◦ green 201 ◦ blue 87

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

Shades of Malachite #0DC957

Tints of Malachite #0DC957

RGB

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

 GREEN value IS 201 (78.91% from 255) = 66.78%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 4.32%
G = 66.78%
B = 28.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#0DC957 (or 0x0DC957) is known color: Malachite. HEX triplet: 0D, C9 and 57. RGB value is (13,201,87). Sum of RGB (Red+Green+Blue) = 13+201+87=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC957 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC957 is #F236A8. Grayscale: #848484. Windows color (decimal): -15873705 or 5753101. OLE color: 5753101.

HSL color Cylindrical-coordinate representation of color #0DC957: hue angle of 143.62º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC957 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 87 -
CMYK 0.94 0 0.57 0.21
HSL 143.62º 0.88% 0.42% -
HSV(B) 143.62º 0.94% 0.79% -
XYZ 22.77 42.55 16.03 -
YUV 131.79 102.72 43.27 -
System Red Green Blue C M Y K H S L
Decimal 13 201 87 0.94 0 0.57 0.21 143.62 0.88 0.42
Hex D C9 57 5E 0 39 15 90 58 2A
Octal 15 311 127 136 0 71 25 220 130 52
Binary 1101 11001001 1010111 1011110 0 111001 10101 10010000 1011000 101010

Color Harmonies of #0DC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC957

Black with #0DC957

Text Example


Text Example

White with #0DC957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,87); }

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

background-color css

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

 a { background-color: rgb(13,201,87); }

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

border-color css

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

 span { border-color: rgb(13,201,87); }

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