Html Css Color HEX #0CDC57 Malachite

📋 copy color: '#0CDC57'

red 12 ◦ green 220 ◦ blue 87

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

Shades of Malachite #0CDC57

Tints of Malachite #0CDC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.97%

 BLUE value IS 87 (34.38% from 255) = 27.27%

R = 3.76%
G = 68.97%
B = 27.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#0CDC57 (or 0x0CDC57) is known color: Malachite. HEX triplet: 0C, DC and 57. RGB value is (12,220,87). Sum of RGB (Red+Green+Blue) = 12+220+87=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDC57 is #F323A8. Grayscale: #8E8E8E. Windows color (decimal): -15934377 or 5757964. OLE color: 5757964.

HSL color Cylindrical-coordinate representation of color #0CDC57: hue angle of 141.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDC57 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 220 87 -
CMYK 0.95 0 0.60 0.14
HSL 141.63º 0.9% 0.45% -
HSV(B) 141.63º 0.95% 0.86% -
XYZ 27.47 51.95 17.6 -
YUV 142.65 96.59 34.81 -
System Red Green Blue C M Y K H S L
Decimal 12 220 87 0.95 0 0.60 0.14 141.63 0.9 0.45
Hex C DC 57 5F 0 3C E 8E 5A 2D
Octal 14 334 127 137 0 74 16 216 132 55
Binary 1100 11011100 1010111 1011111 0 111100 1110 10001110 1011010 101101

Color Harmonies of #0CDC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC57

Black with #0CDC57

Text Example


Text Example

White with #0CDC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,220,87); }

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

background-color css

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

 a { background-color: rgb(12,220,87); }

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

border-color css

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

 span { border-color: rgb(12,220,87); }

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