Html Css Color HEX #12D669 Malachite

📋 copy color: '#12D669'

red 18 ◦ green 214 ◦ blue 105

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

Shades of Malachite #12D669

Tints of Malachite #12D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.5%

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

R = 5.34%
G = 63.5%
B = 31.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#12D669 (or 0x12D669) is known color: Malachite. HEX triplet: 12, D6 and 69. RGB value is (18,214,105). Sum of RGB (Red+Green+Blue) = 18+214+105=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #12D669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D669 is #ED2996. Grayscale: #8F8F8F. Windows color (decimal): -15542679 or 6936082. OLE color: 6936082.

HSL color Cylindrical-coordinate representation of color #12D669: hue angle of 146.63º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D669 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 214 105 -
CMYK 0.92 0 0.51 0.16
HSL 146.63º 0.84% 0.45% -
HSV(B) 146.63º 0.92% 0.84% -
XYZ 26.85 49.24 21.45 -
YUV 142.97 106.57 38.86 -
System Red Green Blue C M Y K H S L
Decimal 18 214 105 0.92 0 0.51 0.16 146.63 0.84 0.45
Hex 12 D6 69 5C 0 33 10 93 54 2D
Octal 22 326 151 134 0 63 20 223 124 55
Binary 10010 11010110 1101001 1011100 0 110011 10000 10010011 1010100 101101

Color Harmonies of #12D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D669

Black with #12D669

Text Example


Text Example

White with #12D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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