Html Css Color HEX #12DF44 Malachite

📋 copy color: '#12DF44'

red 18 ◦ green 223 ◦ blue 68

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

Shades of Malachite #12DF44

Tints of Malachite #12DF44

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.17%

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

R = 5.83%
G = 72.17%
B = 22.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#12DF44 (or 0x12DF44) is known color: Malachite. HEX triplet: 12, DF and 44. RGB value is (18,223,68). Sum of RGB (Red+Green+Blue) = 18+223+68=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 223 (87.5% from 255 or 72.17% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF44 is #ED20BB. Grayscale: #909090. Windows color (decimal): -15540412 or 4513554. OLE color: 4513554.

HSL color Cylindrical-coordinate representation of color #12DF44: hue angle of 134.63º 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 #12DF44 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 68 -
CMYK 0.92 0 0.70 0.13
HSL 134.63º 0.85% 0.47% -
HSV(B) 134.63º 0.92% 0.87% -
XYZ 27.68 53.32 14.3 -
YUV 144.04 85.08 38.1 -
System Red Green Blue C M Y K H S L
Decimal 18 223 68 0.92 0 0.70 0.13 134.63 0.85 0.47
Hex 12 DF 44 5C 0 46 D 87 55 2F
Octal 22 337 104 134 0 106 15 207 125 57
Binary 10010 11011111 1000100 1011100 0 1000110 1101 10000111 1010101 101111

Color Harmonies of #12DF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF44

Black with #12DF44

Text Example


Text Example

White with #12DF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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