Html Css Color HEX #12D273 Malachite

📋 copy color: '#12D273'

red 18 ◦ green 210 ◦ blue 115

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

Shades of Malachite #12D273

Tints of Malachite #12D273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 5.25%
G = 61.22%
B = 33.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#12D273 (or 0x12D273) is known color: Malachite. HEX triplet: 12, D2 and 73. RGB value is (18,210,115). Sum of RGB (Red+Green+Blue) = 18+210+115=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #12D273 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D273 is #ED2D8C. Grayscale: #8D8D8D. Windows color (decimal): -15543693 or 7590418. OLE color: 7590418.

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

Color convert

RGB 18 210 115 -
CMYK 0.91 0 0.45 0.18
HSL 150.31º 0.84% 0.45% -
HSV(B) 150.31º 0.91% 0.82% -
XYZ 26.39 47.46 23.99 -
YUV 141.76 112.89 39.72 -
System Red Green Blue C M Y K H S L
Decimal 18 210 115 0.91 0 0.45 0.18 150.31 0.84 0.45
Hex 12 D2 73 5B 0 2D 12 96 54 2D
Octal 22 322 163 133 0 55 22 226 124 55
Binary 10010 11010010 1110011 1011011 0 101101 10010 10010110 1010100 101101

Color Harmonies of #12D273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D273

Black with #12D273

Text Example


Text Example

White with #12D273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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