Html Css Color HEX #12CA5E Malachite

📋 copy color: '#12CA5E'

red 18 ◦ green 202 ◦ blue 94

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

Shades of Malachite #12CA5E

Tints of Malachite #12CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.33%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 5.73%
G = 64.33%
B = 29.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#12CA5E (or 0x12CA5E) is known color: Malachite. HEX triplet: 12, CA and 5E. RGB value is (18,202,94). Sum of RGB (Red+Green+Blue) = 18+202+94=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA5E is #ED35A1. Grayscale: #868686. Windows color (decimal): -15545762 or 6212114. OLE color: 6212114.

HSL color Cylindrical-coordinate representation of color #12CA5E: hue angle of 144.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA5E is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 202 94 -
CMYK 0.91 0 0.53 0.21
HSL 144.78º 0.84% 0.43% -
HSV(B) 144.78º 0.91% 0.79% -
XYZ 23.39 43.18 17.69 -
YUV 134.67 105.04 44.78 -
System Red Green Blue C M Y K H S L
Decimal 18 202 94 0.91 0 0.53 0.21 144.78 0.84 0.43
Hex 12 CA 5E 5B 0 35 15 91 54 2B
Octal 22 312 136 133 0 65 25 221 124 53
Binary 10010 11001010 1011110 1011011 0 110101 10101 10010001 1010100 101011

Color Harmonies of #12CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA5E

Black with #12CA5E

Text Example


Text Example

White with #12CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,94); }

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

background-color css

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

 a { background-color: rgb(18,202,94); }

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

border-color css

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

 span { border-color: rgb(18,202,94); }

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