Html Css Color HEX #12F844 Malachite

📋 copy color: '#12F844'

red 18 ◦ green 248 ◦ blue 68

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

Shades of Malachite #12F844

Tints of Malachite #12F844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 5.39%
G = 74.25%
B = 20.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#12F844 (or 0x12F844) is known color: Malachite. HEX triplet: 12, F8 and 44. RGB value is (18,248,68). Sum of RGB (Red+Green+Blue) = 18+248+68=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 248 (97.27% from 255 or 74.25% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 248 - color contains mainly: green. Hex color #12F844 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F844 is #ED07BB. Grayscale: #9F9F9F. Windows color (decimal): -15534012 or 4519954. OLE color: 4519954.

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

Color convert

RGB 18 248 68 -
CMYK 0.93 0 0.73 0.03
HSL 133.04º 0.94% 0.52% -
HSV(B) 133.04º 0.93% 0.97% -
XYZ 34.86 67.68 16.7 -
YUV 158.71 76.8 27.64 -
System Red Green Blue C M Y K H S L
Decimal 18 248 68 0.93 0 0.73 0.03 133.04 0.94 0.52
Hex 12 F8 44 5D 0 49 3 85 5E 34
Octal 22 370 104 135 0 111 3 205 136 64
Binary 10010 11111000 1000100 1011101 0 1001001 11 10000101 1011110 110100

Color Harmonies of #12F844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F844

Black with #12F844

Text Example


Text Example

White with #12F844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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