Html Css Color HEX #12CA56 Malachite

📋 copy color: '#12CA56'

red 18 ◦ green 202 ◦ blue 86

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

Shades of Malachite #12CA56

Tints of Malachite #12CA56

RGB

 RED value IS 18 (7.42% from 255) = 5.88%

 GREEN value IS 202 (79.3% from 255) = 66.01%

 BLUE value IS 86 (33.98% from 255) = 28.1%

R = 5.88%
G = 66.01%
B = 28.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#12CA56 (or 0x12CA56) is known color: Malachite. HEX triplet: 12, CA and 56. RGB value is (18,202,86). Sum of RGB (Red+Green+Blue) = 18+202+86=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA56 is #ED35A9. Grayscale: #868686. Windows color (decimal): -15545770 or 5687826. OLE color: 5687826.

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

Color convert

RGB 18 202 86 -
CMYK 0.91 0 0.57 0.21
HSL 142.17º 0.84% 0.43% -
HSV(B) 142.17º 0.91% 0.79% -
XYZ 23.05 43.04 15.9 -
YUV 133.76 101.04 45.43 -
System Red Green Blue C M Y K H S L
Decimal 18 202 86 0.91 0 0.57 0.21 142.17 0.84 0.43
Hex 12 CA 56 5B 0 39 15 8E 54 2B
Octal 22 312 126 133 0 71 25 216 124 53
Binary 10010 11001010 1010110 1011011 0 111001 10101 10001110 1010100 101011

Color Harmonies of #12CA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA56

Black with #12CA56

Text Example


Text Example

White with #12CA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,86); }

 H1.HeaderClassName
 {
   color: #12CA56;
 }
 .AnyTagClassName
 {
   color: #12CA56;
 }
</style>

background-color css

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

 a { background-color: rgb(18,202,86); }

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

border-color css

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

 span { border-color: rgb(18,202,86); }

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