Html Css Color HEX #12F04E Malachite

📋 copy color: '#12F04E'

red 18 ◦ green 240 ◦ blue 78

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

Shades of Malachite #12F04E

Tints of Malachite #12F04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.21%

R = 5.36%
G = 71.43%
B = 23.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#12F04E (or 0x12F04E) is known color: Malachite. HEX triplet: 12, F0 and 4E. RGB value is (18,240,78). Sum of RGB (Red+Green+Blue) = 18+240+78=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #12F04E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F04E is #ED0FB1. Grayscale: #9B9B9B. Windows color (decimal): -15536050 or 5173266. OLE color: 5173266.

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

Color convert

RGB 18 240 78 -
CMYK 0.92 0 0.68 0.06
HSL 136.22º 0.88% 0.51% -
HSV(B) 136.22º 0.93% 0.94% -
XYZ 32.78 63 17.64 -
YUV 155.15 84.45 30.17 -
System Red Green Blue C M Y K H S L
Decimal 18 240 78 0.92 0 0.68 0.06 136.22 0.88 0.51
Hex 12 F0 4E 5C 0 44 6 88 58 33
Octal 22 360 116 134 0 104 6 210 130 63
Binary 10010 11110000 1001110 1011100 0 1000100 110 10001000 1011000 110011

Color Harmonies of #12F04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F04E

Black with #12F04E

Text Example


Text Example

White with #12F04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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