Html Css Color HEX #12F03A Malachite

📋 copy color: '#12F03A'

red 18 ◦ green 240 ◦ blue 58

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

Shades of Malachite #12F03A

Tints of Malachite #12F03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 5.7%
G = 75.95%
B = 18.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#12F03A (or 0x12F03A) is known color: Malachite. HEX triplet: 12, F0 and 3A. RGB value is (18,240,58). Sum of RGB (Red+Green+Blue) = 18+240+58=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 240 (94.14% from 255 or 75.95% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 240 - color contains mainly: green. Hex color #12F03A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F03A is #ED0FC5. Grayscale: #999999. Windows color (decimal): -15536070 or 3862546. OLE color: 3862546.

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

Color convert

RGB 18 240 58 -
CMYK 0.92 0 0.76 0.06
HSL 130.81º 0.88% 0.51% -
HSV(B) 130.81º 0.93% 0.94% -
XYZ 32.17 62.75 14.42 -
YUV 152.87 74.45 31.8 -
System Red Green Blue C M Y K H S L
Decimal 18 240 58 0.92 0 0.76 0.06 130.81 0.88 0.51
Hex 12 F0 3A 5C 0 4C 6 83 58 33
Octal 22 360 72 134 0 114 6 203 130 63
Binary 10010 11110000 111010 1011100 0 1001100 110 10000011 1011000 110011

Color Harmonies of #12F03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F03A

Black with #12F03A

Text Example


Text Example

White with #12F03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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