#12CF5A

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

Shades of Malachite #12CF5A

Tints of Malachite #12CF5A

Color information

#12CF5A (or 0x12CF5A) is unknown color: approx Malachite. HEX triplet: 12, CF and 5A. RGB value is (18,207,90). Sum of RGB (Red+Green+Blue) = 18+207+90=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF5A is #ED30A5. Grayscale: #898989. Windows color (decimal): -15544486 or 5951250. OLE color: 5951250.

HSL color Cylindrical-coordinate representation of color #12CF5A: hue angle of 142.86º 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 #12CF5A is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB1820790-
CMYK0.9100.570.19
HSL142.86º84%44.12%-
HSV(B)142.86º91.3%81.18%-
XYZ24.4145.4917.17-
YUV137.15101.3843.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 207 (81.25% from 255) = 65.71%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=5.71%
G=65.71%
B=28.57%

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
Decimal18207900.9100.570.19142.868444.12
Hex12CF5A5B039138f542c
Octal223171321330712321712454
Binary100101100111110110101011011011100110011100011111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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