Html Css Color HEX #0DC75E Malachite

📋 copy color: '#0DC75E'

red 13 ◦ green 199 ◦ blue 94

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

Shades of Malachite #0DC75E

Tints of Malachite #0DC75E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 65.03%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 4.25%
G = 65.03%
B = 30.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#0DC75E (or 0x0DC75E) is known color: Malachite. HEX triplet: 0D, C7 and 5E. RGB value is (13,199,94). Sum of RGB (Red+Green+Blue) = 13+199+94=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 199 (78.12% from 255 or 65.03% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC75E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC75E is #F238A1. Grayscale: #838383. Windows color (decimal): -15874210 or 6211341. OLE color: 6211341.

HSL color Cylindrical-coordinate representation of color #0DC75E: hue angle of 146.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC75E is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 199 94 -
CMYK 0.93 0 0.53 0.22
HSL 146.13º 0.88% 0.42% -
HSV(B) 146.13º 0.93% 0.78% -
XYZ 22.61 41.74 17.45 -
YUV 131.42 106.88 43.54 -
System Red Green Blue C M Y K H S L
Decimal 13 199 94 0.93 0 0.53 0.22 146.13 0.88 0.42
Hex D C7 5E 5D 0 35 16 92 58 2A
Octal 15 307 136 135 0 65 26 222 130 52
Binary 1101 11000111 1011110 1011101 0 110101 10110 10010010 1011000 101010

Color Harmonies of #0DC75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC75E

Black with #0DC75E

Text Example


Text Example

White with #0DC75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,199,94); }

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

background-color css

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

 a { background-color: rgb(13,199,94); }

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

border-color css

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

 span { border-color: rgb(13,199,94); }

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