Html Css Color HEX #12D270 Malachite

📋 copy color: '#12D270'

red 18 ◦ green 210 ◦ blue 112

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

Shades of Malachite #12D270

Tints of Malachite #12D270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 5.29%
G = 61.76%
B = 32.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#12D270 (or 0x12D270) is known color: Malachite. HEX triplet: 12, D2 and 70. RGB value is (18,210,112). Sum of RGB (Red+Green+Blue) = 18+210+112=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #12D270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D270 is #ED2D8F. Grayscale: #8D8D8D. Windows color (decimal): -15543696 or 7393810. OLE color: 7393810.

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

Color convert

RGB 18 210 112 -
CMYK 0.91 0 0.47 0.18
HSL 149.38º 0.84% 0.45% -
HSV(B) 149.38º 0.91% 0.82% -
XYZ 26.22 47.39 23.09 -
YUV 141.42 111.39 39.97 -
System Red Green Blue C M Y K H S L
Decimal 18 210 112 0.91 0 0.47 0.18 149.38 0.84 0.45
Hex 12 D2 70 5B 0 2F 12 95 54 2D
Octal 22 322 160 133 0 57 22 225 124 55
Binary 10010 11010010 1110000 1011011 0 101111 10010 10010101 1010100 101101

Color Harmonies of #12D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D270

Black with #12D270

Text Example


Text Example

White with #12D270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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