Html Css Color HEX #12D553 Malachite

📋 copy color: '#12D553'

red 18 ◦ green 213 ◦ blue 83

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

Shades of Malachite #12D553

Tints of Malachite #12D553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 5.73%
G = 67.83%
B = 26.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#12D553 (or 0x12D553) is known color: Malachite. HEX triplet: 12, D5 and 53. RGB value is (18,213,83). Sum of RGB (Red+Green+Blue) = 18+213+83=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #12D553 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D553 is #ED2AAC. Grayscale: #8C8C8C. Windows color (decimal): -15542957 or 5494034. OLE color: 5494034.

HSL color Cylindrical-coordinate representation of color #12D553: hue angle of 140º 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 #12D553 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 83 -
CMYK 0.92 0 0.61 0.16
HSL 140º 0.84% 0.45% -
HSV(B) 140º 0.92% 0.84% -
XYZ 25.61 48.34 16.16 -
YUV 139.88 95.9 41.07 -
System Red Green Blue C M Y K H S L
Decimal 18 213 83 0.92 0 0.61 0.16 140 0.84 0.45
Hex 12 D5 53 5C 0 3D 10 8C 54 2D
Octal 22 325 123 134 0 75 20 214 124 55
Binary 10010 11010101 1010011 1011100 0 111101 10000 10001100 1010100 101101

Color Harmonies of #12D553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D553

Black with #12D553

Text Example


Text Example

White with #12D553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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