Html Css Color HEX #12D256 Malachite

📋 copy color: '#12D256'

red 18 ◦ green 210 ◦ blue 86

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

Shades of Malachite #12D256

Tints of Malachite #12D256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 5.73%
G = 66.88%
B = 27.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#12D256 (or 0x12D256) is known color: Malachite. HEX triplet: 12, D2 and 56. RGB value is (18,210,86). Sum of RGB (Red+Green+Blue) = 18+210+86=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #12D256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D256 is #ED2DA9. Grayscale: #8A8A8A. Windows color (decimal): -15543722 or 5689874. OLE color: 5689874.

HSL color Cylindrical-coordinate representation of color #12D256: hue angle of 141.25º 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 #12D256 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 86 -
CMYK 0.91 0 0.59 0.18
HSL 141.25º 0.84% 0.45% -
HSV(B) 141.25º 0.91% 0.82% -
XYZ 24.98 46.89 16.54 -
YUV 138.46 98.39 42.08 -
System Red Green Blue C M Y K H S L
Decimal 18 210 86 0.91 0 0.59 0.18 141.25 0.84 0.45
Hex 12 D2 56 5B 0 3B 12 8D 54 2D
Octal 22 322 126 133 0 73 22 215 124 55
Binary 10010 11010010 1010110 1011011 0 111011 10010 10001101 1010100 101101

Color Harmonies of #12D256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D256

Black with #12D256

Text Example


Text Example

White with #12D256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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