Html Css Color HEX #12C669 Malachite

📋 copy color: '#12C669'

red 18 ◦ green 198 ◦ blue 105

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

Shades of Malachite #12C669

Tints of Malachite #12C669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.68%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 5.61%
G = 61.68%
B = 32.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#12C669 (or 0x12C669) is known color: Malachite. HEX triplet: 12, C6 and 69. RGB value is (18,198,105). Sum of RGB (Red+Green+Blue) = 18+198+105=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #12C669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C669 is #ED3996. Grayscale: #858585. Windows color (decimal): -15546775 or 6931986. OLE color: 6931986.

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

Color convert

RGB 18 198 105 -
CMYK 0.91 0 0.47 0.22
HSL 149º 0.83% 0.42% -
HSV(B) 149º 0.91% 0.78% -
XYZ 22.99 41.54 20.17 -
YUV 133.58 111.87 45.56 -
System Red Green Blue C M Y K H S L
Decimal 18 198 105 0.91 0 0.47 0.22 149 0.83 0.42
Hex 12 C6 69 5B 0 2F 16 95 53 2A
Octal 22 306 151 133 0 57 26 225 123 52
Binary 10010 11000110 1101001 1011011 0 101111 10110 10010101 1010011 101010

Color Harmonies of #12C669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C669

Black with #12C669

Text Example


Text Example

White with #12C669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,105); }

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

background-color css

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

 a { background-color: rgb(18,198,105); }

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

border-color css

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

 span { border-color: rgb(18,198,105); }

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