Html Css Color HEX #12F15C Malachite

📋 copy color: '#12F15C'

red 18 ◦ green 241 ◦ blue 92

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

Shades of Malachite #12F15C

Tints of Malachite #12F15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 5.13%
G = 68.66%
B = 26.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#12F15C (or 0x12F15C) is known color: Malachite. HEX triplet: 12, F1 and 5C. RGB value is (18,241,92). Sum of RGB (Red+Green+Blue) = 18+241+92=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #12F15C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F15C is #ED0EA3. Grayscale: #9D9D9D. Windows color (decimal): -15535780 or 6091026. OLE color: 6091026.

HSL color Cylindrical-coordinate representation of color #12F15C: hue angle of 139.91º 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 #12F15C is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 92 -
CMYK 0.93 0 0.62 0.05
HSL 139.91º 0.89% 0.51% -
HSV(B) 139.91º 0.93% 0.95% -
XYZ 33.64 63.81 20.67 -
YUV 157.34 91.12 28.62 -
System Red Green Blue C M Y K H S L
Decimal 18 241 92 0.93 0 0.62 0.05 139.91 0.89 0.51
Hex 12 F1 5C 5D 0 3E 5 8C 59 33
Octal 22 361 134 135 0 76 5 214 131 63
Binary 10010 11110001 1011100 1011101 0 111110 101 10001100 1011001 110011

Color Harmonies of #12F15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F15C

Black with #12F15C

Text Example


Text Example

White with #12F15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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