Html Css Color HEX #12CD4A Malachite

📋 copy color: '#12CD4A'

red 18 ◦ green 205 ◦ blue 74

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

Shades of Malachite #12CD4A

Tints of Malachite #12CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.02%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 6.06%
G = 69.02%
B = 24.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#12CD4A (or 0x12CD4A) is known color: Malachite. HEX triplet: 12, CD and 4A. RGB value is (18,205,74). Sum of RGB (Red+Green+Blue) = 18+205+74=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 205 (80.47% from 255 or 69.02% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CD4A is #ED32B5. Grayscale: #868686. Windows color (decimal): -15545014 or 4902162. OLE color: 4902162.

HSL color Cylindrical-coordinate representation of color #12CD4A: hue angle of 137.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CD4A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 74 -
CMYK 0.91 0 0.64 0.20
HSL 137.97º 0.84% 0.44% -
HSV(B) 137.97º 0.91% 0.8% -
XYZ 23.32 44.29 13.8 -
YUV 134.15 94.05 45.15 -
System Red Green Blue C M Y K H S L
Decimal 18 205 74 0.91 0 0.64 0.20 137.97 0.84 0.44
Hex 12 CD 4A 5B 0 40 14 8A 54 2C
Octal 22 315 112 133 0 100 24 212 124 54
Binary 10010 11001101 1001010 1011011 0 1000000 10100 10001010 1010100 101100

Color Harmonies of #12CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD4A

Black with #12CD4A

Text Example


Text Example

White with #12CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,74); }

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

background-color css

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

 a { background-color: rgb(18,205,74); }

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

border-color css

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

 span { border-color: rgb(18,205,74); }

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