Html Css Color HEX #12FB42 Malachite

📋 copy color: '#12FB42'

red 18 ◦ green 251 ◦ blue 66

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

Shades of Malachite #12FB42

Tints of Malachite #12FB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 74.93%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 5.37%
G = 74.93%
B = 19.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#12FB42 (or 0x12FB42) is known color: Malachite. HEX triplet: 12, FB and 42. RGB value is (18,251,66). Sum of RGB (Red+Green+Blue) = 18+251+66=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 251 (98.44% from 255 or 74.93% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FB42 is #ED04BD. Grayscale: #A0A0A0. Windows color (decimal): -15533246 or 4389650. OLE color: 4389650.

HSL color Cylindrical-coordinate representation of color #12FB42: hue angle of 132.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FB42 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 251 66 -
CMYK 0.93 0 0.74 0.02
HSL 132.36º 0.97% 0.53% -
HSV(B) 132.36º 0.93% 0.98% -
XYZ 35.73 69.52 16.69 -
YUV 160.24 74.81 26.54 -
System Red Green Blue C M Y K H S L
Decimal 18 251 66 0.93 0 0.74 0.02 132.36 0.97 0.53
Hex 12 FB 42 5D 0 4A 2 84 61 35
Octal 22 373 102 135 0 112 2 204 141 65
Binary 10010 11111011 1000010 1011101 0 1001010 10 10000100 1100001 110101

Color Harmonies of #12FB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FB42

Black with #12FB42

Text Example


Text Example

White with #12FB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,66); }

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

background-color css

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

 a { background-color: rgb(18,251,66); }

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

border-color css

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

 span { border-color: rgb(18,251,66); }

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