Html Css Color HEX #12F15F Malachite

📋 copy color: '#12F15F'

red 18 ◦ green 241 ◦ blue 95

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

Shades of Malachite #12F15F

Tints of Malachite #12F15F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.08%

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 5.08%
G = 68.08%
B = 26.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#12F15F (or 0x12F15F) is known color: Malachite. HEX triplet: 12, F1 and 5F. RGB value is (18,241,95). Sum of RGB (Red+Green+Blue) = 18+241+95=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #12F15F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F15F is #ED0EA0. Grayscale: #9E9E9E. Windows color (decimal): -15535777 or 6287634. OLE color: 6287634.

HSL color Cylindrical-coordinate representation of color #12F15F: hue angle of 140.72º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F15F is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 95 -
CMYK 0.93 0 0.61 0.05
HSL 140.72º 0.89% 0.51% -
HSV(B) 140.72º 0.93% 0.95% -
XYZ 33.77 63.87 21.37 -
YUV 157.68 92.62 28.37 -
System Red Green Blue C M Y K H S L
Decimal 18 241 95 0.93 0 0.61 0.05 140.72 0.89 0.51
Hex 12 F1 5F 5D 0 3D 5 8D 59 33
Octal 22 361 137 135 0 75 5 215 131 63
Binary 10010 11110001 1011111 1011101 0 111101 101 10001101 1011001 110011

Color Harmonies of #12F15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F15F

Black with #12F15F

Text Example


Text Example

White with #12F15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,95); }

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

background-color css

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

 a { background-color: rgb(18,241,95); }

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

border-color css

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

 span { border-color: rgb(18,241,95); }

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