Html Css Color HEX #12D552 Malachite

📋 copy color: '#12D552'

red 18 ◦ green 213 ◦ blue 82

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

Shades of Malachite #12D552

Tints of Malachite #12D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.05%

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

R = 5.75%
G = 68.05%
B = 26.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#12D552 (or 0x12D552) is known color: Malachite. HEX triplet: 12, D5 and 52. RGB value is (18,213,82). Sum of RGB (Red+Green+Blue) = 18+213+82=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #12D552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D552 is #ED2AAD. Grayscale: #8C8C8C. Windows color (decimal): -15542958 or 5428498. OLE color: 5428498.

HSL color Cylindrical-coordinate representation of color #12D552: hue angle of 139.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D552 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 82 -
CMYK 0.92 0 0.62 0.16
HSL 139.69º 0.84% 0.45% -
HSV(B) 139.69º 0.92% 0.84% -
XYZ 25.57 48.33 15.96 -
YUV 139.76 95.4 41.15 -
System Red Green Blue C M Y K H S L
Decimal 18 213 82 0.92 0 0.62 0.16 139.69 0.84 0.45
Hex 12 D5 52 5C 0 3E 10 8C 54 2D
Octal 22 325 122 134 0 76 20 214 124 55
Binary 10010 11010101 1010010 1011100 0 111110 10000 10001100 1010100 101101

Color Harmonies of #12D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D552

Black with #12D552

Text Example


Text Example

White with #12D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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