Html Css Color HEX #12D145 Malachite

📋 copy color: '#12D145'

red 18 ◦ green 209 ◦ blue 69

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

Shades of Malachite #12D145

Tints of Malachite #12D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.61%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 6.08%
G = 70.61%
B = 23.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#12D145 (or 0x12D145) is known color: Malachite. HEX triplet: 12, D1 and 45. RGB value is (18,209,69). Sum of RGB (Red+Green+Blue) = 18+209+69=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 209 (82.03% from 255 or 70.61% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 209 - color contains mainly: green. Hex color #12D145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D145 is #ED2EBA. Grayscale: #888888. Windows color (decimal): -15543995 or 4575506. OLE color: 4575506.

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

Color convert

RGB 18 209 69 -
CMYK 0.91 0 0.67 0.18
HSL 136.02º 0.84% 0.45% -
HSV(B) 136.02º 0.91% 0.82% -
XYZ 24.12 46.16 13.27 -
YUV 135.93 90.22 43.88 -
System Red Green Blue C M Y K H S L
Decimal 18 209 69 0.91 0 0.67 0.18 136.02 0.84 0.45
Hex 12 D1 45 5B 0 43 12 88 54 2D
Octal 22 321 105 133 0 103 22 210 124 55
Binary 10010 11010001 1000101 1011011 0 1000011 10010 10001000 1010100 101101

Color Harmonies of #12D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D145

Black with #12D145

Text Example


Text Example

White with #12D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,69); }

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

background-color css

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

 a { background-color: rgb(18,209,69); }

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

border-color css

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

 span { border-color: rgb(18,209,69); }

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