Html Css Color HEX #12F45B Malachite

📋 copy color: '#12F45B'

red 18 ◦ green 244 ◦ blue 91

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

Shades of Malachite #12F45B

Tints of Malachite #12F45B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 69.12%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 5.1%
G = 69.12%
B = 25.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#12F45B (or 0x12F45B) is known color: Malachite. HEX triplet: 12, F4 and 5B. RGB value is (18,244,91). Sum of RGB (Red+Green+Blue) = 18+244+91=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 244 (95.70% from 255 or 69.12% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 244 - color contains mainly: green. Hex color #12F45B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F45B is #ED0BA4. Grayscale: #9F9F9F. Windows color (decimal): -15535013 or 6026258. OLE color: 6026258.

HSL color Cylindrical-coordinate representation of color #12F45B: hue angle of 139.38º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F45B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 244 91 -
CMYK 0.93 0 0.63 0.04
HSL 139.38º 0.91% 0.51% -
HSV(B) 139.38º 0.93% 0.96% -
XYZ 34.49 65.59 20.74 -
YUV 158.98 89.63 27.44 -
System Red Green Blue C M Y K H S L
Decimal 18 244 91 0.93 0 0.63 0.04 139.38 0.91 0.51
Hex 12 F4 5B 5D 0 3F 4 8B 5B 33
Octal 22 364 133 135 0 77 4 213 133 63
Binary 10010 11110100 1011011 1011101 0 111111 100 10001011 1011011 110011

Color Harmonies of #12F45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F45B

Black with #12F45B

Text Example


Text Example

White with #12F45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,244,91); }

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

background-color css

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

 a { background-color: rgb(18,244,91); }

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

border-color css

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

 span { border-color: rgb(18,244,91); }

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