Html Css Color HEX #12DB37 Malachite

📋 copy color: '#12DB37'

red 18 ◦ green 219 ◦ blue 55

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

Shades of Malachite #12DB37

Tints of Malachite #12DB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 75%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 6.16%
G = 75%
B = 18.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#12DB37 (or 0x12DB37) is known color: Malachite. HEX triplet: 12, DB and 37. RGB value is (18,219,55). Sum of RGB (Red+Green+Blue) = 18+219+55=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB37 is #ED24C8. Grayscale: #8C8C8C. Windows color (decimal): -15541449 or 3660562. OLE color: 3660562.

HSL color Cylindrical-coordinate representation of color #12DB37: hue angle of 131.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB37 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 219 55 -
CMYK 0.92 0 0.75 0.14
HSL 131.04º 0.85% 0.46% -
HSV(B) 131.04º 0.92% 0.86% -
XYZ 26.27 51.07 12.09 -
YUV 140.21 79.91 40.84 -
System Red Green Blue C M Y K H S L
Decimal 18 219 55 0.92 0 0.75 0.14 131.04 0.85 0.46
Hex 12 DB 37 5C 0 4B E 83 55 2E
Octal 22 333 67 134 0 113 16 203 125 56
Binary 10010 11011011 110111 1011100 0 1001011 1110 10000011 1010101 101110

Color Harmonies of #12DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB37

Black with #12DB37

Text Example


Text Example

White with #12DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,219,55); }

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

background-color css

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

 a { background-color: rgb(18,219,55); }

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

border-color css

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

 span { border-color: rgb(18,219,55); }

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