#12CB51

Color #12CB51 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #12CB51

Tints of Malachite #12CB51

Color information

#12CB51 (or 0x12CB51) is unknown color: approx Malachite. HEX triplet: 12, CB and 51. RGB value is (18,203,81). Sum of RGB (Red+Green+Blue) = 18+203+81=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 203 (79.69% from 255 or 67.22% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CB51 is #ED34AE. Grayscale: #868686. Windows color (decimal): -15545519 or 5360402. OLE color: 5360402.

HSL color Cylindrical-coordinate representation of color #12CB51: hue angle of 140.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB51 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB1820381-
CMYK0.9100.600.20
HSL140.43º83.71%43.33%-
HSV(B)140.43º91.13%79.61%-
XYZ23.0943.4314.95-
YUV133.7898.2145.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 203 (79.69% from 255) = 67.22%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=5.96%
G=67.22%
B=26.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18203810.9100.600.20140.4383.7143.33
Hex12CB515B03C148c542b
Octal223131211330742421412453
Binary100101100101110100011011011011110010100100011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CB51; }

 p { color: rgb(18,203,81); }

 H1.HeaderClassName
 {
   color: #12CB51;
 }
 .AnyTagClassName
 {
   color: #12CB51;
 }
</style>
background-color css

<style>
 a { background-color: #12CB51; }

 a { background-color: rgb(18,203,81); }

 div.DivClassName
 {
   background-color: #12CB51;
 }
 .BgClassName
 {
   background-color: #12CB51;
 }
</style>
border-color css

<style>
 span { border-color: #12CB51; }

 span { border-color: rgb(18,203,81); }

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