Html Css Color HEX #12F048 Malachite

📋 copy color: '#12F048'

red 18 ◦ green 240 ◦ blue 72

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

Shades of Malachite #12F048

Tints of Malachite #12F048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 5.45%
G = 72.73%
B = 21.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#12F048 (or 0x12F048) is known color: Malachite. HEX triplet: 12, F0 and 48. RGB value is (18,240,72). Sum of RGB (Red+Green+Blue) = 18+240+72=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #12F048 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F048 is #ED0FB7. Grayscale: #9A9A9A. Windows color (decimal): -15536056 or 4780050. OLE color: 4780050.

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

Color convert

RGB 18 240 72 -
CMYK 0.92 0 0.7 0.06
HSL 134.59º 0.88% 0.51% -
HSV(B) 134.59º 0.93% 0.94% -
XYZ 32.58 62.92 16.56 -
YUV 154.47 81.45 30.66 -
System Red Green Blue C M Y K H S L
Decimal 18 240 72 0.92 0 0.7 0.06 134.59 0.88 0.51
Hex 12 F0 48 5C 0 46 6 87 58 33
Octal 22 360 110 134 0 106 6 207 130 63
Binary 10010 11110000 1001000 1011100 0 1000110 110 10000111 1011000 110011

Color Harmonies of #12F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F048

Black with #12F048

Text Example


Text Example

White with #12F048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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