#12CF58

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

Shades of Malachite #12CF58

Tints of Malachite #12CF58

Color information

#12CF58 (or 0x12CF58) is unknown color: approx Malachite. HEX triplet: 12, CF and 58. RGB value is (18,207,88). Sum of RGB (Red+Green+Blue) = 18+207+88=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF58 is #ED30A7. Grayscale: #898989. Windows color (decimal): -15544488 or 5820178. OLE color: 5820178.

HSL color Cylindrical-coordinate representation of color #12CF58: hue angle of 142.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF58 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB1820788-
CMYK0.9100.570.19
HSL142.22º84%44.12%-
HSV(B)142.22º91.3%81.18%-
XYZ24.3245.4616.72-
YUV136.92100.3843.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 207 (81.25% from 255) = 66.13%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=5.75%
G=66.13%
B=28.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18207880.9100.570.19142.228444.12
Hex12CF585B039138e542c
Octal223171301330712321612454
Binary100101100111110110001011011011100110011100011101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,207,88); }

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

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

 a { background-color: rgb(18,207,88); }

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

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

 span { border-color: rgb(18,207,88); }

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