Html Css Color HEX #0DCC5E Malachite

📋 copy color: '#0DCC5E'

red 13 ◦ green 204 ◦ blue 94

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

Shades of Malachite #0DCC5E

Tints of Malachite #0DCC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.59%

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

R = 4.18%
G = 65.59%
B = 30.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#0DCC5E (or 0x0DCC5E) is known color: Malachite. HEX triplet: 0D, CC and 5E. RGB value is (13,204,94). Sum of RGB (Red+Green+Blue) = 13+204+94=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCC5E is #F233A1. Grayscale: #868686. Windows color (decimal): -15872930 or 6212621. OLE color: 6212621.

HSL color Cylindrical-coordinate representation of color #0DCC5E: hue angle of 145.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC5E is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 204 94 -
CMYK 0.94 0 0.54 0.2
HSL 145.45º 0.88% 0.43% -
HSV(B) 145.45º 0.94% 0.8% -
XYZ 23.78 44.08 17.84 -
YUV 134.35 105.22 41.44 -
System Red Green Blue C M Y K H S L
Decimal 13 204 94 0.94 0 0.54 0.2 145.45 0.88 0.43
Hex D CC 5E 5E 0 36 14 91 58 2B
Octal 15 314 136 136 0 66 24 221 130 53
Binary 1101 11001100 1011110 1011110 0 110110 10100 10010001 1011000 101011

Color Harmonies of #0DCC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCC5E

Black with #0DCC5E

Text Example


Text Example

White with #0DCC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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