Html Css Color HEX #12EA38 Malachite

📋 copy color: '#12EA38'

red 18 ◦ green 234 ◦ blue 56

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

Shades of Malachite #12EA38

Tints of Malachite #12EA38

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75.97%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 5.84%
G = 75.97%
B = 18.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#12EA38 (or 0x12EA38) is known color: Malachite. HEX triplet: 12, EA and 38. RGB value is (18,234,56). Sum of RGB (Red+Green+Blue) = 18+234+56=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EA38 is #ED15C7. Grayscale: #959595. Windows color (decimal): -15537608 or 3729938. OLE color: 3729938.

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

Color convert

RGB 18 234 56 -
CMYK 0.92 0 0.76 0.08
HSL 130.56º 0.86% 0.49% -
HSV(B) 130.56º 0.92% 0.92% -
XYZ 30.39 59.26 13.58 -
YUV 149.12 75.44 34.47 -
System Red Green Blue C M Y K H S L
Decimal 18 234 56 0.92 0 0.76 0.08 130.56 0.86 0.49
Hex 12 EA 38 5C 0 4C 8 83 56 31
Octal 22 352 70 134 0 114 10 203 126 61
Binary 10010 11101010 111000 1011100 0 1001100 1000 10000011 1010110 110001

Color Harmonies of #12EA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EA38

Black with #12EA38

Text Example


Text Example

White with #12EA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,234,56); }

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

background-color css

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

 a { background-color: rgb(18,234,56); }

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

border-color css

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

 span { border-color: rgb(18,234,56); }

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