Html Css Color HEX #12C562 Malachite

📋 copy color: '#12C562'

red 18 ◦ green 197 ◦ blue 98

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

Shades of Malachite #12C562

Tints of Malachite #12C562

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.94%

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 5.75%
G = 62.94%
B = 31.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#12C562 (or 0x12C562) is known color: Malachite. HEX triplet: 12, C5 and 62. RGB value is (18,197,98). Sum of RGB (Red+Green+Blue) = 18+197+98=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #12C562 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C562 is #ED3A9D. Grayscale: #848484. Windows color (decimal): -15547038 or 6472978. OLE color: 6472978.

HSL color Cylindrical-coordinate representation of color #12C562: hue angle of 146.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C562 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 98 -
CMYK 0.91 0 0.50 0.23
HSL 146.82º 0.83% 0.42% -
HSV(B) 146.82º 0.91% 0.77% -
XYZ 22.42 40.94 18.28 -
YUV 132.19 108.7 46.55 -
System Red Green Blue C M Y K H S L
Decimal 18 197 98 0.91 0 0.50 0.23 146.82 0.83 0.42
Hex 12 C5 62 5B 0 32 17 93 53 2A
Octal 22 305 142 133 0 62 27 223 123 52
Binary 10010 11000101 1100010 1011011 0 110010 10111 10010011 1010011 101010

Color Harmonies of #12C562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C562

Black with #12C562

Text Example


Text Example

White with #12C562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,98); }

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

background-color css

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

 a { background-color: rgb(18,197,98); }

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

border-color css

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

 span { border-color: rgb(18,197,98); }

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