Html Css Color HEX #0CD851 Malachite

📋 copy color: '#0CD851'

red 12 ◦ green 216 ◦ blue 81

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

Shades of Malachite #0CD851

Tints of Malachite #0CD851

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.9%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 3.88%
G = 69.9%
B = 26.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#0CD851 (or 0x0CD851) is known color: Malachite. HEX triplet: 0C, D8 and 51. RGB value is (12,216,81). Sum of RGB (Red+Green+Blue) = 12+216+81=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD851 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD851 is #F327AE. Grayscale: #8B8B8B. Windows color (decimal): -15935407 or 5363724. OLE color: 5363724.

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

Color convert

RGB 12 216 81 -
CMYK 0.94 0 0.62 0.15
HSL 140.29º 0.89% 0.45% -
HSV(B) 140.29º 0.94% 0.85% -
XYZ 26.19 49.78 16.01 -
YUV 139.61 94.91 36.98 -
System Red Green Blue C M Y K H S L
Decimal 12 216 81 0.94 0 0.62 0.15 140.29 0.89 0.45
Hex C D8 51 5E 0 3E F 8C 59 2D
Octal 14 330 121 136 0 76 17 214 131 55
Binary 1100 11011000 1010001 1011110 0 111110 1111 10001100 1011001 101101

Color Harmonies of #0CD851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD851

Black with #0CD851

Text Example


Text Example

White with #0CD851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,216,81); }

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

background-color css

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

 a { background-color: rgb(12,216,81); }

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

border-color css

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

 span { border-color: rgb(12,216,81); }

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