Html Css Color HEX #12D050 Malachite

📋 copy color: '#12D050'

red 18 ◦ green 208 ◦ blue 80

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

Shades of Malachite #12D050

Tints of Malachite #12D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.97%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 5.88%
G = 67.97%
B = 26.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#12D050 (or 0x12D050) is known color: Malachite. HEX triplet: 12, D0 and 50. RGB value is (18,208,80). Sum of RGB (Red+Green+Blue) = 18+208+80=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #12D050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D050 is #ED2FAF. Grayscale: #888888. Windows color (decimal): -15544240 or 5296146. OLE color: 5296146.

HSL color Cylindrical-coordinate representation of color #12D050: hue angle of 139.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D050 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 80 -
CMYK 0.91 0 0.62 0.18
HSL 139.58º 0.84% 0.44% -
HSV(B) 139.58º 0.91% 0.82% -
XYZ 24.25 45.82 15.16 -
YUV 136.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 18 208 80 0.91 0 0.62 0.18 139.58 0.84 0.44
Hex 12 D0 50 5B 0 3E 12 8C 54 2C
Octal 22 320 120 133 0 76 22 214 124 54
Binary 10010 11010000 1010000 1011011 0 111110 10010 10001100 1010100 101100

Color Harmonies of #12D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D050

Black with #12D050

Text Example


Text Example

White with #12D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,80); }

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

background-color css

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

 a { background-color: rgb(18,208,80); }

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

border-color css

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

 span { border-color: rgb(18,208,80); }

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