Html Css Color HEX #12D644 Malachite

📋 copy color: '#12D644'

red 18 ◦ green 214 ◦ blue 68

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

Shades of Malachite #12D644

Tints of Malachite #12D644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 6%
G = 71.33%
B = 22.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#12D644 (or 0x12D644) is known color: Malachite. HEX triplet: 12, D6 and 44. RGB value is (18,214,68). Sum of RGB (Red+Green+Blue) = 18+214+68=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 214 (83.98% from 255 or 71.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 214 - color contains mainly: green. Hex color #12D644 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D644 is #ED29BB. Grayscale: #8B8B8B. Windows color (decimal): -15542716 or 4511250. OLE color: 4511250.

HSL color Cylindrical-coordinate representation of color #12D644: hue angle of 135.31º 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 #12D644 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 214 68 -
CMYK 0.92 0 0.68 0.16
HSL 135.31º 0.84% 0.45% -
HSV(B) 135.31º 0.92% 0.84% -
XYZ 25.34 48.64 13.52 -
YUV 138.75 88.07 41.87 -
System Red Green Blue C M Y K H S L
Decimal 18 214 68 0.92 0 0.68 0.16 135.31 0.84 0.45
Hex 12 D6 44 5C 0 44 10 87 54 2D
Octal 22 326 104 134 0 104 20 207 124 55
Binary 10010 11010110 1000100 1011100 0 1000100 10000 10000111 1010100 101101

Color Harmonies of #12D644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D644

Black with #12D644

Text Example


Text Example

White with #12D644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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