Html Css Color HEX #12F042 Malachite

📋 copy color: '#12F042'

red 18 ◦ green 240 ◦ blue 66

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

Shades of Malachite #12F042

Tints of Malachite #12F042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.07%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 5.56%
G = 74.07%
B = 20.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#12F042 (or 0x12F042) is known color: Malachite. HEX triplet: 12, F0 and 42. RGB value is (18,240,66). Sum of RGB (Red+Green+Blue) = 18+240+66=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #12F042 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F042 is #ED0FBD. Grayscale: #9A9A9A. Windows color (decimal): -15536062 or 4386834. OLE color: 4386834.

HSL color Cylindrical-coordinate representation of color #12F042: hue angle of 132.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F042 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 240 66 -
CMYK 0.92 0 0.72 0.06
HSL 132.97º 0.88% 0.51% -
HSV(B) 132.97º 0.93% 0.94% -
XYZ 32.39 62.84 15.58 -
YUV 153.79 78.45 31.15 -
System Red Green Blue C M Y K H S L
Decimal 18 240 66 0.92 0 0.72 0.06 132.97 0.88 0.51
Hex 12 F0 42 5C 0 48 6 85 58 33
Octal 22 360 102 134 0 110 6 205 130 63
Binary 10010 11110000 1000010 1011100 0 1001000 110 10000101 1011000 110011

Color Harmonies of #12F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F042

Black with #12F042

Text Example


Text Example

White with #12F042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,240,66); }

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

background-color css

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

 a { background-color: rgb(18,240,66); }

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

border-color css

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

 span { border-color: rgb(18,240,66); }

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