Html Css Color HEX #12DA4B Malachite

📋 copy color: '#12DA4B'

red 18 ◦ green 218 ◦ blue 75

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

Shades of Malachite #12DA4B

Tints of Malachite #12DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.1%

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 5.79%
G = 70.1%
B = 24.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#12DA4B (or 0x12DA4B) is known color: Malachite. HEX triplet: 12, DA and 4B. RGB value is (18,218,75). Sum of RGB (Red+Green+Blue) = 18+218+75=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA4B is #ED25B4. Grayscale: #8E8E8E. Windows color (decimal): -15541685 or 4971026. OLE color: 4971026.

HSL color Cylindrical-coordinate representation of color #12DA4B: hue angle of 137.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA4B is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 75 -
CMYK 0.92 0 0.66 0.15
HSL 137.1º 0.85% 0.46% -
HSV(B) 137.1º 0.92% 0.85% -
XYZ 26.59 50.78 15.06 -
YUV 141.9 90.24 39.63 -
System Red Green Blue C M Y K H S L
Decimal 18 218 75 0.92 0 0.66 0.15 137.1 0.85 0.46
Hex 12 DA 4B 5C 0 42 F 89 55 2E
Octal 22 332 113 134 0 102 17 211 125 56
Binary 10010 11011010 1001011 1011100 0 1000010 1111 10001001 1010101 101110

Color Harmonies of #12DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA4B

Black with #12DA4B

Text Example


Text Example

White with #12DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,75); }

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

background-color css

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

 a { background-color: rgb(18,218,75); }

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

border-color css

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

 span { border-color: rgb(18,218,75); }

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