Html Css Color HEX #12DD44 Malachite

📋 copy color: '#12DD44'

red 18 ◦ green 221 ◦ blue 68

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

Shades of Malachite #12DD44

Tints of Malachite #12DD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 71.99%

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 5.86%
G = 71.99%
B = 22.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#12DD44 (or 0x12DD44) is known color: Malachite. HEX triplet: 12, DD and 44. RGB value is (18,221,68). Sum of RGB (Red+Green+Blue) = 18+221+68=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD44 is #ED22BB. Grayscale: #8F8F8F. Windows color (decimal): -15540924 or 4513042. OLE color: 4513042.

HSL color Cylindrical-coordinate representation of color #12DD44: hue angle of 134.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD44 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 68 -
CMYK 0.92 0 0.69 0.13
HSL 134.78º 0.85% 0.47% -
HSV(B) 134.78º 0.92% 0.87% -
XYZ 27.15 52.26 14.12 -
YUV 142.86 85.75 38.94 -
System Red Green Blue C M Y K H S L
Decimal 18 221 68 0.92 0 0.69 0.13 134.78 0.85 0.47
Hex 12 DD 44 5C 0 45 D 87 55 2F
Octal 22 335 104 134 0 105 15 207 125 57
Binary 10010 11011101 1000100 1011100 0 1000101 1101 10000111 1010101 101111

Color Harmonies of #12DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DD44

Black with #12DD44

Text Example


Text Example

White with #12DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,221,68); }

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

background-color css

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

 a { background-color: rgb(18,221,68); }

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

border-color css

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

 span { border-color: rgb(18,221,68); }

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