Html Css Color HEX #0DC458 Malachite

📋 copy color: '#0DC458'

red 13 ◦ green 196 ◦ blue 88

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

Shades of Malachite #0DC458

Tints of Malachite #0DC458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 65.99%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 4.38%
G = 65.99%
B = 29.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#0DC458 (or 0x0DC458) is known color: Malachite. HEX triplet: 0D, C4 and 58. RGB value is (13,196,88). Sum of RGB (Red+Green+Blue) = 13+196+88=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC458 is #F23BA7. Grayscale: #818181. Windows color (decimal): -15874984 or 5817357. OLE color: 5817357.

HSL color Cylindrical-coordinate representation of color #0DC458: hue angle of 144.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC458 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 88 -
CMYK 0.93 0 0.55 0.23
HSL 144.59º 0.88% 0.41% -
HSV(B) 144.59º 0.93% 0.77% -
XYZ 21.67 40.27 15.86 -
YUV 128.97 104.87 45.28 -
System Red Green Blue C M Y K H S L
Decimal 13 196 88 0.93 0 0.55 0.23 144.59 0.88 0.41
Hex D C4 58 5D 0 37 17 91 58 29
Octal 15 304 130 135 0 67 27 221 130 51
Binary 1101 11000100 1011000 1011101 0 110111 10111 10010001 1011000 101001

Color Harmonies of #0DC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC458

Black with #0DC458

Text Example


Text Example

White with #0DC458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,88); }

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

background-color css

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

 a { background-color: rgb(13,196,88); }

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

border-color css

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

 span { border-color: rgb(13,196,88); }

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