Html Css Color HEX #12F248 Malachite

📋 copy color: '#12F248'

red 18 ◦ green 242 ◦ blue 72

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

Shades of Malachite #12F248

Tints of Malachite #12F248

RGB

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

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

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

R = 5.42%
G = 72.89%
B = 21.69%

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

#12F248 (or 0x12F248) is known color: Malachite. HEX triplet: 12, F2 and 48. RGB value is (18,242,72). Sum of RGB (Red+Green+Blue) = 18+242+72=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #12F248 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F248 is #ED0DB7. Grayscale: #9C9C9C. Windows color (decimal): -15535544 or 4780562. OLE color: 4780562.

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

Color convert

RGB 18 242 72 -
CMYK 0.93 0 0.70 0.05
HSL 134.46º 0.9% 0.51% -
HSV(B) 134.46º 0.93% 0.95% -
XYZ 33.17 64.1 16.76 -
YUV 155.64 80.79 29.82 -
System Red Green Blue C M Y K H S L
Decimal 18 242 72 0.93 0 0.70 0.05 134.46 0.9 0.51
Hex 12 F2 48 5D 0 46 5 86 5A 33
Octal 22 362 110 135 0 106 5 206 132 63
Binary 10010 11110010 1001000 1011101 0 1000110 101 10000110 1011010 110011

Color Harmonies of #12F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F248

Black with #12F248

Text Example


Text Example

White with #12F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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