Html Css Color HEX #12F03F Malachite

📋 copy color: '#12F03F'

red 18 ◦ green 240 ◦ blue 63

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

Shades of Malachite #12F03F

Tints of Malachite #12F03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 5.61%
G = 74.77%
B = 19.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#12F03F (or 0x12F03F) is known color: Malachite. HEX triplet: 12, F0 and 3F. RGB value is (18,240,63). Sum of RGB (Red+Green+Blue) = 18+240+63=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #12F03F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F03F is #ED0FC0. Grayscale: #999999. Windows color (decimal): -15536065 or 4190226. OLE color: 4190226.

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

Color convert

RGB 18 240 63 -
CMYK 0.92 0 0.74 0.06
HSL 132.16º 0.88% 0.51% -
HSV(B) 132.16º 0.93% 0.94% -
XYZ 32.31 62.81 15.12 -
YUV 153.44 76.95 31.39 -
System Red Green Blue C M Y K H S L
Decimal 18 240 63 0.92 0 0.74 0.06 132.16 0.88 0.51
Hex 12 F0 3F 5C 0 4A 6 84 58 33
Octal 22 360 77 134 0 112 6 204 130 63
Binary 10010 11110000 111111 1011100 0 1001010 110 10000100 1011000 110011

Color Harmonies of #12F03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F03F

Black with #12F03F

Text Example


Text Example

White with #12F03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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