Html Css Color HEX #0DC05A Malachite

📋 copy color: '#0DC05A'

red 13 ◦ green 192 ◦ blue 90

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

Shades of Malachite #0DC05A

Tints of Malachite #0DC05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 4.41%
G = 65.08%
B = 30.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#0DC05A (or 0x0DC05A) is known color: Malachite. HEX triplet: 0D, C0 and 5A. RGB value is (13,192,90). Sum of RGB (Red+Green+Blue) = 13+192+90=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC05A is #F23FA5. Grayscale: #7F7F7F. Windows color (decimal): -15876006 or 5947405. OLE color: 5947405.

HSL color Cylindrical-coordinate representation of color #0DC05A: hue angle of 145.81º 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 #0DC05A is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 90 -
CMYK 0.93 0 0.53 0.25
HSL 145.81º 0.87% 0.4% -
HSV(B) 145.81º 0.93% 0.75% -
XYZ 20.86 38.52 16.01 -
YUV 126.85 107.2 46.79 -
System Red Green Blue C M Y K H S L
Decimal 13 192 90 0.93 0 0.53 0.25 145.81 0.87 0.4
Hex D C0 5A 5D 0 35 19 92 57 28
Octal 15 300 132 135 0 65 31 222 127 50
Binary 1101 11000000 1011010 1011101 0 110101 11001 10010010 1010111 101000

Color Harmonies of #0DC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC05A

Black with #0DC05A

Text Example


Text Example

White with #0DC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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