Html Css Color HEX #12F047 Malachite

📋 copy color: '#12F047'

red 18 ◦ green 240 ◦ blue 71

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

Shades of Malachite #12F047

Tints of Malachite #12F047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 5.47%
G = 72.95%
B = 21.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#12F047 (or 0x12F047) is known color: Malachite. HEX triplet: 12, F0 and 47. RGB value is (18,240,71). Sum of RGB (Red+Green+Blue) = 18+240+71=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #12F047 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F047 is #ED0FB8. Grayscale: #9A9A9A. Windows color (decimal): -15536057 or 4714514. OLE color: 4714514.

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

Color convert

RGB 18 240 71 -
CMYK 0.92 0 0.70 0.06
HSL 134.32º 0.88% 0.51% -
HSV(B) 134.32º 0.93% 0.94% -
XYZ 32.55 62.9 16.39 -
YUV 154.36 80.95 30.74 -
System Red Green Blue C M Y K H S L
Decimal 18 240 71 0.92 0 0.70 0.06 134.32 0.88 0.51
Hex 12 F0 47 5C 0 46 6 86 58 33
Octal 22 360 107 134 0 106 6 206 130 63
Binary 10010 11110000 1000111 1011100 0 1000110 110 10000110 1011000 110011

Color Harmonies of #12F047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F047

Black with #12F047

Text Example


Text Example

White with #12F047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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