Html Css Color HEX #12E752 Malachite

📋 copy color: '#12E752'

red 18 ◦ green 231 ◦ blue 82

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

Shades of Malachite #12E752

Tints of Malachite #12E752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 69.79%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 5.44%
G = 69.79%
B = 24.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#12E752 (or 0x12E752) is known color: Malachite. HEX triplet: 12, E7 and 52. RGB value is (18,231,82). Sum of RGB (Red+Green+Blue) = 18+231+82=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 231 (90.62% from 255 or 69.79% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 231 - color contains mainly: green. Hex color #12E752 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E752 is #ED18AD. Grayscale: #969696. Windows color (decimal): -15538350 or 5433106. OLE color: 5433106.

HSL color Cylindrical-coordinate representation of color #12E752: hue angle of 138.03º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E752 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 231 82 -
CMYK 0.92 0 0.65 0.09
HSL 138.03º 0.86% 0.49% -
HSV(B) 138.03º 0.92% 0.91% -
XYZ 30.35 57.89 17.56 -
YUV 150.33 89.43 33.62 -
System Red Green Blue C M Y K H S L
Decimal 18 231 82 0.92 0 0.65 0.09 138.03 0.86 0.49
Hex 12 E7 52 5C 0 41 9 8A 56 31
Octal 22 347 122 134 0 101 11 212 126 61
Binary 10010 11100111 1010010 1011100 0 1000001 1001 10001010 1010110 110001

Color Harmonies of #12E752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E752

Black with #12E752

Text Example


Text Example

White with #12E752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,231,82); }

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

background-color css

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

 a { background-color: rgb(18,231,82); }

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

border-color css

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

 span { border-color: rgb(18,231,82); }

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