Html Css Color HEX #12D272 Malachite

📋 copy color: '#12D272'

red 18 ◦ green 210 ◦ blue 114

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

Shades of Malachite #12D272

Tints of Malachite #12D272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 5.26%
G = 61.4%
B = 33.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#12D272 (or 0x12D272) is known color: Malachite. HEX triplet: 12, D2 and 72. RGB value is (18,210,114). Sum of RGB (Red+Green+Blue) = 18+210+114=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #12D272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D272 is #ED2D8D. Grayscale: #8D8D8D. Windows color (decimal): -15543694 or 7524882. OLE color: 7524882.

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

Color convert

RGB 18 210 114 -
CMYK 0.91 0 0.46 0.18
HSL 150º 0.84% 0.45% -
HSV(B) 150º 0.91% 0.82% -
XYZ 26.33 47.44 23.69 -
YUV 141.65 112.39 39.81 -
System Red Green Blue C M Y K H S L
Decimal 18 210 114 0.91 0 0.46 0.18 150 0.84 0.45
Hex 12 D2 72 5B 0 2E 12 96 54 2D
Octal 22 322 162 133 0 56 22 226 124 55
Binary 10010 11010010 1110010 1011011 0 101110 10010 10010110 1010100 101101

Color Harmonies of #12D272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D272

Black with #12D272

Text Example


Text Example

White with #12D272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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