Html Css Color HEX #12F862 Malachite

📋 copy color: '#12F862'

red 18 ◦ green 248 ◦ blue 98

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

Shades of Malachite #12F862

Tints of Malachite #12F862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.13%

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 4.95%
G = 68.13%
B = 26.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#12F862 (or 0x12F862) is known color: Malachite. HEX triplet: 12, F8 and 62. RGB value is (18,248,98). Sum of RGB (Red+Green+Blue) = 18+248+98=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #12F862 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F862 is #ED079D. Grayscale: #A2A2A2. Windows color (decimal): -15533982 or 6486034. OLE color: 6486034.

HSL color Cylindrical-coordinate representation of color #12F862: hue angle of 140.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F862 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 248 98 -
CMYK 0.93 0 0.60 0.03
HSL 140.87º 0.94% 0.52% -
HSV(B) 140.87º 0.93% 0.97% -
XYZ 36.02 68.15 22.81 -
YUV 162.13 91.8 25.2 -
System Red Green Blue C M Y K H S L
Decimal 18 248 98 0.93 0 0.60 0.03 140.87 0.94 0.52
Hex 12 F8 62 5D 0 3C 3 8D 5E 34
Octal 22 370 142 135 0 74 3 215 136 64
Binary 10010 11111000 1100010 1011101 0 111100 11 10001101 1011110 110100

Color Harmonies of #12F862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F862

Black with #12F862

Text Example


Text Example

White with #12F862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,248,98); }

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

background-color css

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

 a { background-color: rgb(18,248,98); }

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

border-color css

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

 span { border-color: rgb(18,248,98); }

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