Html Css Color HEX #12F845 Malachite

📋 copy color: '#12F845'

red 18 ◦ green 248 ◦ blue 69

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

Shades of Malachite #12F845

Tints of Malachite #12F845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 5.37%
G = 74.03%
B = 20.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#12F845 (or 0x12F845) is known color: Malachite. HEX triplet: 12, F8 and 45. RGB value is (18,248,69). Sum of RGB (Red+Green+Blue) = 18+248+69=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 248 (97.27% from 255 or 74.03% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 248 - color contains mainly: green. Hex color #12F845 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F845 is #ED07BA. Grayscale: #9F9F9F. Windows color (decimal): -15534011 or 4585490. OLE color: 4585490.

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

Color convert

RGB 18 248 69 -
CMYK 0.93 0 0.72 0.03
HSL 133.3º 0.94% 0.52% -
HSV(B) 133.3º 0.93% 0.97% -
XYZ 34.89 67.69 16.86 -
YUV 158.82 77.3 27.55 -
System Red Green Blue C M Y K H S L
Decimal 18 248 69 0.93 0 0.72 0.03 133.3 0.94 0.52
Hex 12 F8 45 5D 0 48 3 85 5E 34
Octal 22 370 105 135 0 110 3 205 136 64
Binary 10010 11111000 1000101 1011101 0 1001000 11 10000101 1011110 110100

Color Harmonies of #12F845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F845

Black with #12F845

Text Example


Text Example

White with #12F845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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