Html Css Color HEX #12DF36 Malachite

📋 copy color: '#12DF36'

red 18 ◦ green 223 ◦ blue 54

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

Shades of Malachite #12DF36

Tints of Malachite #12DF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 6.1%
G = 75.59%
B = 18.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#12DF36 (or 0x12DF36) is known color: Malachite. HEX triplet: 12, DF and 36. RGB value is (18,223,54). Sum of RGB (Red+Green+Blue) = 18+223+54=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF36 is #ED20C9. Grayscale: #8E8E8E. Windows color (decimal): -15540426 or 3596050. OLE color: 3596050.

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

Color convert

RGB 18 223 54 -
CMYK 0.92 0 0.76 0.13
HSL 130.54º 0.85% 0.47% -
HSV(B) 130.54º 0.92% 0.87% -
XYZ 27.3 53.17 12.31 -
YUV 142.44 78.08 39.24 -
System Red Green Blue C M Y K H S L
Decimal 18 223 54 0.92 0 0.76 0.13 130.54 0.85 0.47
Hex 12 DF 36 5C 0 4C D 83 55 2F
Octal 22 337 66 134 0 114 15 203 125 57
Binary 10010 11011111 110110 1011100 0 1001100 1101 10000011 1010101 101111

Color Harmonies of #12DF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF36

Black with #12DF36

Text Example


Text Example

White with #12DF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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