Html Css Color HEX #12F85F Malachite

📋 copy color: '#12F85F'

red 18 ◦ green 248 ◦ blue 95

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

Shades of Malachite #12F85F

Tints of Malachite #12F85F

RGB

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

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

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

R = 4.99%
G = 68.7%
B = 26.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#12F85F (or 0x12F85F) is known color: Malachite. HEX triplet: 12, F8 and 5F. RGB value is (18,248,95). Sum of RGB (Red+Green+Blue) = 18+248+95=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #12F85F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F85F is #ED07A0. Grayscale: #A2A2A2. Windows color (decimal): -15533985 or 6289426. OLE color: 6289426.

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

Color convert

RGB 18 248 95 -
CMYK 0.93 0 0.62 0.03
HSL 140.09º 0.94% 0.52% -
HSV(B) 140.09º 0.93% 0.97% -
XYZ 35.88 68.09 22.08 -
YUV 161.79 90.3 25.44 -
System Red Green Blue C M Y K H S L
Decimal 18 248 95 0.93 0 0.62 0.03 140.09 0.94 0.52
Hex 12 F8 5F 5D 0 3E 3 8C 5E 34
Octal 22 370 137 135 0 76 3 214 136 64
Binary 10010 11111000 1011111 1011101 0 111110 11 10001100 1011110 110100

Color Harmonies of #12F85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F85F

Black with #12F85F

Text Example


Text Example

White with #12F85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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