Html Css Color HEX #12D362 Malachite

📋 copy color: '#12D362'

red 18 ◦ green 211 ◦ blue 98

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

Shades of Malachite #12D362

Tints of Malachite #12D362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 64.53%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 5.5%
G = 64.53%
B = 29.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#12D362 (or 0x12D362) is known color: Malachite. HEX triplet: 12, D3 and 62. RGB value is (18,211,98). Sum of RGB (Red+Green+Blue) = 18+211+98=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 211 (82.81% from 255 or 64.53% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 211 - color contains mainly: green. Hex color #12D362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D362 is #ED2C9D. Grayscale: #8C8C8C. Windows color (decimal): -15543454 or 6476562. OLE color: 6476562.

HSL color Cylindrical-coordinate representation of color #12D362: hue angle of 144.87º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D362 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 211 98 -
CMYK 0.91 0 0.54 0.17
HSL 144.87º 0.84% 0.45% -
HSV(B) 144.87º 0.91% 0.83% -
XYZ 25.75 47.6 19.39 -
YUV 140.41 104.06 40.69 -
System Red Green Blue C M Y K H S L
Decimal 18 211 98 0.91 0 0.54 0.17 144.87 0.84 0.45
Hex 12 D3 62 5B 0 36 11 91 54 2D
Octal 22 323 142 133 0 66 21 221 124 55
Binary 10010 11010011 1100010 1011011 0 110110 10001 10010001 1010100 101101

Color Harmonies of #12D362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D362

Black with #12D362

Text Example


Text Example

White with #12D362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,211,98); }

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

background-color css

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

 a { background-color: rgb(18,211,98); }

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

border-color css

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

 span { border-color: rgb(18,211,98); }

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