Html Css Color HEX #12CD5C Malachite

📋 copy color: '#12CD5C'

red 18 ◦ green 205 ◦ blue 92

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

Shades of Malachite #12CD5C

Tints of Malachite #12CD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 5.71%
G = 65.08%
B = 29.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#12CD5C (or 0x12CD5C) is known color: Malachite. HEX triplet: 12, CD and 5C. RGB value is (18,205,92). Sum of RGB (Red+Green+Blue) = 18+205+92=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CD5C is #ED32A3. Grayscale: #888888. Windows color (decimal): -15544996 or 6081810. OLE color: 6081810.

HSL color Cylindrical-coordinate representation of color #12CD5C: hue angle of 143.74º 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 #12CD5C is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 92 -
CMYK 0.91 0 0.55 0.20
HSL 143.74º 0.84% 0.44% -
HSV(B) 143.74º 0.91% 0.8% -
XYZ 24.01 44.56 17.46 -
YUV 136.21 103.05 43.69 -
System Red Green Blue C M Y K H S L
Decimal 18 205 92 0.91 0 0.55 0.20 143.74 0.84 0.44
Hex 12 CD 5C 5B 0 37 14 90 54 2C
Octal 22 315 134 133 0 67 24 220 124 54
Binary 10010 11001101 1011100 1011011 0 110111 10100 10010000 1010100 101100

Color Harmonies of #12CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD5C

Black with #12CD5C

Text Example


Text Example

White with #12CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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