Html Css Color HEX #12F748 Malachite

📋 copy color: '#12F748'

red 18 ◦ green 247 ◦ blue 72

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

Shades of Malachite #12F748

Tints of Malachite #12F748

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.29%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 5.34%
G = 73.29%
B = 21.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#12F748 (or 0x12F748) is known color: Malachite. HEX triplet: 12, F7 and 48. RGB value is (18,247,72). Sum of RGB (Red+Green+Blue) = 18+247+72=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #12F748 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F748 is #ED08B7. Grayscale: #9F9F9F. Windows color (decimal): -15534264 or 4781842. OLE color: 4781842.

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

Color convert

RGB 18 247 72 -
CMYK 0.93 0 0.71 0.03
HSL 134.15º 0.93% 0.52% -
HSV(B) 134.15º 0.93% 0.97% -
XYZ 34.68 67.12 17.26 -
YUV 158.58 79.13 27.73 -
System Red Green Blue C M Y K H S L
Decimal 18 247 72 0.93 0 0.71 0.03 134.15 0.93 0.52
Hex 12 F7 48 5D 0 47 3 86 5D 34
Octal 22 367 110 135 0 107 3 206 135 64
Binary 10010 11110111 1001000 1011101 0 1000111 11 10000110 1011101 110100

Color Harmonies of #12F748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F748

Black with #12F748

Text Example


Text Example

White with #12F748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,72); }

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

background-color css

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

 a { background-color: rgb(18,247,72); }

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

border-color css

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

 span { border-color: rgb(18,247,72); }

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