Html Css Color HEX #12F53D Malachite

📋 copy color: '#12F53D'

red 18 ◦ green 245 ◦ blue 61

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

Shades of Malachite #12F53D

Tints of Malachite #12F53D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 75.62%

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

R = 5.56%
G = 75.62%
B = 18.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#12F53D (or 0x12F53D) is known color: Malachite. HEX triplet: 12, F5 and 3D. RGB value is (18,245,61). Sum of RGB (Red+Green+Blue) = 18+245+61=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #12F53D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F53D is #ED0AC2. Grayscale: #9C9C9C. Windows color (decimal): -15534787 or 4060434. OLE color: 4060434.

HSL color Cylindrical-coordinate representation of color #12F53D: hue angle of 131.37º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F53D is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 245 61 -
CMYK 0.93 0 0.75 0.04
HSL 131.37º 0.92% 0.52% -
HSV(B) 131.37º 0.93% 0.96% -
XYZ 33.74 65.77 15.33 -
YUV 156.15 74.29 29.46 -
System Red Green Blue C M Y K H S L
Decimal 18 245 61 0.93 0 0.75 0.04 131.37 0.92 0.52
Hex 12 F5 3D 5D 0 4B 4 83 5C 34
Octal 22 365 75 135 0 113 4 203 134 64
Binary 10010 11110101 111101 1011101 0 1001011 100 10000011 1011100 110100

Color Harmonies of #12F53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F53D

Black with #12F53D

Text Example


Text Example

White with #12F53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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