Html Css Color HEX #12CF60 Malachite

📋 copy color: '#12CF60'

red 18 ◦ green 207 ◦ blue 96

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

Shades of Malachite #12CF60

Tints of Malachite #12CF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.49%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 5.61%
G = 64.49%
B = 29.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#12CF60 (or 0x12CF60) is known color: Malachite. HEX triplet: 12, CF and 60. RGB value is (18,207,96). Sum of RGB (Red+Green+Blue) = 18+207+96=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF60 is #ED309F. Grayscale: #8A8A8A. Windows color (decimal): -15544480 or 6344466. OLE color: 6344466.

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

Color convert

RGB 18 207 96 -
CMYK 0.91 0 0.54 0.19
HSL 144.76º 0.84% 0.44% -
HSV(B) 144.76º 0.91% 0.81% -
XYZ 24.67 45.6 18.57 -
YUV 137.84 104.38 42.53 -
System Red Green Blue C M Y K H S L
Decimal 18 207 96 0.91 0 0.54 0.19 144.76 0.84 0.44
Hex 12 CF 60 5B 0 36 13 91 54 2C
Octal 22 317 140 133 0 66 23 221 124 54
Binary 10010 11001111 1100000 1011011 0 110110 10011 10010001 1010100 101100

Color Harmonies of #12CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF60

Black with #12CF60

Text Example


Text Example

White with #12CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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