Html Css Color HEX #0CD073 Malachite

📋 copy color: '#0CD073'

red 12 ◦ green 208 ◦ blue 115

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

Shades of Malachite #0CD073

Tints of Malachite #0CD073

RGB

 RED value IS 12 (5.08% from 255) = 3.58%

 GREEN value IS 208 (81.64% from 255) = 62.09%

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 3.58%
G = 62.09%
B = 34.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#0CD073 (or 0x0CD073) is known color: Malachite. HEX triplet: 0C, D0 and 73. RGB value is (12,208,115). Sum of RGB (Red+Green+Blue) = 12+208+115=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD073 is #F32F8C. Grayscale: #8A8A8A. Windows color (decimal): -15937421 or 7589900. OLE color: 7589900.

HSL color Cylindrical-coordinate representation of color #0CD073: hue angle of 151.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD073 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 208 115 -
CMYK 0.94 0 0.45 0.18
HSL 151.53º 0.89% 0.43% -
HSV(B) 151.53º 0.94% 0.82% -
XYZ 25.8 46.43 23.82 -
YUV 138.79 114.57 37.56 -
System Red Green Blue C M Y K H S L
Decimal 12 208 115 0.94 0 0.45 0.18 151.53 0.89 0.43
Hex C D0 73 5E 0 2D 12 98 59 2B
Octal 14 320 163 136 0 55 22 230 131 53
Binary 1100 11010000 1110011 1011110 0 101101 10010 10011000 1011001 101011

Color Harmonies of #0CD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD073

Black with #0CD073

Text Example


Text Example

White with #0CD073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,208,115); }

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

background-color css

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

 a { background-color: rgb(12,208,115); }

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

border-color css

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

 span { border-color: rgb(12,208,115); }

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