Html Css Color HEX #12D249 Malachite

📋 copy color: '#12D249'

red 18 ◦ green 210 ◦ blue 73

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

Shades of Malachite #12D249

Tints of Malachite #12D249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 69.77%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 5.98%
G = 69.77%
B = 24.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#12D249 (or 0x12D249) is known color: Malachite. HEX triplet: 12, D2 and 49. RGB value is (18,210,73). Sum of RGB (Red+Green+Blue) = 18+210+73=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #12D249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D249 is #ED2DB6. Grayscale: #898989. Windows color (decimal): -15543735 or 4837906. OLE color: 4837906.

HSL color Cylindrical-coordinate representation of color #12D249: hue angle of 137.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D249 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 73 -
CMYK 0.91 0 0.65 0.18
HSL 137.19º 0.84% 0.45% -
HSV(B) 137.19º 0.91% 0.82% -
XYZ 24.5 46.7 14.03 -
YUV 136.97 91.89 43.14 -
System Red Green Blue C M Y K H S L
Decimal 18 210 73 0.91 0 0.65 0.18 137.19 0.84 0.45
Hex 12 D2 49 5B 0 41 12 89 54 2D
Octal 22 322 111 133 0 101 22 211 124 55
Binary 10010 11010010 1001001 1011011 0 1000001 10010 10001001 1010100 101101

Color Harmonies of #12D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D249

Black with #12D249

Text Example


Text Example

White with #12D249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,210,73); }

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

background-color css

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

 a { background-color: rgb(18,210,73); }

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

border-color css

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

 span { border-color: rgb(18,210,73); }

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