Html Css Color HEX #0CD072 Malachite

📋 copy color: '#0CD072'

red 12 ◦ green 208 ◦ blue 114

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

Shades of Malachite #0CD072

Tints of Malachite #0CD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 3.59%
G = 62.28%
B = 34.13%

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

#0CD072 (or 0x0CD072) is known color: Malachite. HEX triplet: 0C, D0 and 72. RGB value is (12,208,114). Sum of RGB (Red+Green+Blue) = 12+208+114=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD072 is #F32F8D. Grayscale: #8A8A8A. Windows color (decimal): -15937422 or 7524364. OLE color: 7524364.

HSL color Cylindrical-coordinate representation of color #0CD072: hue angle of 151.22º 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 #0CD072 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 208 114 -
CMYK 0.94 0 0.45 0.18
HSL 151.22º 0.89% 0.43% -
HSV(B) 151.22º 0.94% 0.82% -
XYZ 25.74 46.4 23.52 -
YUV 138.68 114.07 37.64 -
System Red Green Blue C M Y K H S L
Decimal 12 208 114 0.94 0 0.45 0.18 151.22 0.89 0.43
Hex C D0 72 5E 0 2D 12 97 59 2B
Octal 14 320 162 136 0 55 22 227 131 53
Binary 1100 11010000 1110010 1011110 0 101101 10010 10010111 1011001 101011

Color Harmonies of #0CD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD072

Black with #0CD072

Text Example


Text Example

White with #0CD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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