Html Css Color HEX #12F249 Malachite

📋 copy color: '#12F249'

red 18 ◦ green 242 ◦ blue 73

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

Shades of Malachite #12F249

Tints of Malachite #12F249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.67%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 5.41%
G = 72.67%
B = 21.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#12F249 (or 0x12F249) is known color: Malachite. HEX triplet: 12, F2 and 49. RGB value is (18,242,73). Sum of RGB (Red+Green+Blue) = 18+242+73=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #12F249 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F249 is #ED0DB6. Grayscale: #9C9C9C. Windows color (decimal): -15535543 or 4846098. OLE color: 4846098.

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

Color convert

RGB 18 242 73 -
CMYK 0.93 0 0.70 0.05
HSL 134.73º 0.9% 0.51% -
HSV(B) 134.73º 0.93% 0.95% -
XYZ 33.2 64.11 16.93 -
YUV 155.76 81.29 29.74 -
System Red Green Blue C M Y K H S L
Decimal 18 242 73 0.93 0 0.70 0.05 134.73 0.9 0.51
Hex 12 F2 49 5D 0 46 5 87 5A 33
Octal 22 362 111 135 0 106 5 207 132 63
Binary 10010 11110010 1001001 1011101 0 1000110 101 10000111 1011010 110011

Color Harmonies of #12F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F249

Black with #12F249

Text Example


Text Example

White with #12F249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,242,73); }

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

background-color css

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

 a { background-color: rgb(18,242,73); }

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

border-color css

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

 span { border-color: rgb(18,242,73); }

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