Html Css Color HEX #12F355 Malachite

📋 copy color: '#12F355'

red 18 ◦ green 243 ◦ blue 85

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

Shades of Malachite #12F355

Tints of Malachite #12F355

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.23%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 5.2%
G = 70.23%
B = 24.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#12F355 (or 0x12F355) is known color: Malachite. HEX triplet: 12, F3 and 55. RGB value is (18,243,85). Sum of RGB (Red+Green+Blue) = 18+243+85=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #12F355 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F355 is #ED0CAA. Grayscale: #9E9E9E. Windows color (decimal): -15535275 or 5632786. OLE color: 5632786.

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

Color convert

RGB 18 243 85 -
CMYK 0.93 0 0.65 0.05
HSL 137.87º 0.9% 0.51% -
HSV(B) 137.87º 0.93% 0.95% -
XYZ 33.94 64.89 19.33 -
YUV 157.71 86.96 28.35 -
System Red Green Blue C M Y K H S L
Decimal 18 243 85 0.93 0 0.65 0.05 137.87 0.9 0.51
Hex 12 F3 55 5D 0 41 5 8A 5A 33
Octal 22 363 125 135 0 101 5 212 132 63
Binary 10010 11110011 1010101 1011101 0 1000001 101 10001010 1011010 110011

Color Harmonies of #12F355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F355

Black with #12F355

Text Example


Text Example

White with #12F355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,243,85); }

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

background-color css

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

 a { background-color: rgb(18,243,85); }

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

border-color css

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

 span { border-color: rgb(18,243,85); }

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