Html Css Color HEX #12F13D Malachite

📋 copy color: '#12F13D'

red 18 ◦ green 241 ◦ blue 61

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

Shades of Malachite #12F13D

Tints of Malachite #12F13D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 75.31%

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 5.63%
G = 75.31%
B = 19.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#12F13D (or 0x12F13D) is known color: Malachite. HEX triplet: 12, F1 and 3D. RGB value is (18,241,61). Sum of RGB (Red+Green+Blue) = 18+241+61=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #12F13D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F13D is #ED0EC2. Grayscale: #9A9A9A. Windows color (decimal): -15535811 or 4059410. OLE color: 4059410.

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

Color convert

RGB 18 241 61 -
CMYK 0.93 0 0.75 0.05
HSL 131.57º 0.89% 0.51% -
HSV(B) 131.57º 0.93% 0.95% -
XYZ 32.55 63.38 14.93 -
YUV 153.8 75.62 31.14 -
System Red Green Blue C M Y K H S L
Decimal 18 241 61 0.93 0 0.75 0.05 131.57 0.89 0.51
Hex 12 F1 3D 5D 0 4B 5 84 59 33
Octal 22 361 75 135 0 113 5 204 131 63
Binary 10010 11110001 111101 1011101 0 1001011 101 10000100 1011001 110011

Color Harmonies of #12F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F13D

Black with #12F13D

Text Example


Text Example

White with #12F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,61); }

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

background-color css

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

 a { background-color: rgb(18,241,61); }

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

border-color css

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

 span { border-color: rgb(18,241,61); }

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