Html Css Color HEX #12D048 Malachite

📋 copy color: '#12D048'

red 18 ◦ green 208 ◦ blue 72

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

Shades of Malachite #12D048

Tints of Malachite #12D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.8%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 6.04%
G = 69.8%
B = 24.16%

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

#12D048 (or 0x12D048) is known color: Malachite. HEX triplet: 12, D0 and 48. RGB value is (18,208,72). Sum of RGB (Red+Green+Blue) = 18+208+72=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #12D048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D048 is #ED2FB7. Grayscale: #888888. Windows color (decimal): -15544248 or 4771858. OLE color: 4771858.

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

Color convert

RGB 18 208 72 -
CMYK 0.91 0 0.65 0.18
HSL 137.05º 0.84% 0.44% -
HSV(B) 137.05º 0.91% 0.82% -
XYZ 23.98 45.71 13.69 -
YUV 135.69 92.05 44.06 -
System Red Green Blue C M Y K H S L
Decimal 18 208 72 0.91 0 0.65 0.18 137.05 0.84 0.44
Hex 12 D0 48 5B 0 41 12 89 54 2C
Octal 22 320 110 133 0 101 22 211 124 54
Binary 10010 11010000 1001000 1011011 0 1000001 10010 10001001 1010100 101100

Color Harmonies of #12D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D048

Black with #12D048

Text Example


Text Example

White with #12D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,72); }

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

background-color css

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

 a { background-color: rgb(18,208,72); }

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

border-color css

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

 span { border-color: rgb(18,208,72); }

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