Html Css Color HEX #12CF5D Malachite

📋 copy color: '#12CF5D'

red 18 ◦ green 207 ◦ blue 93

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

Shades of Malachite #12CF5D

Tints of Malachite #12CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 65.09%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 5.66%
G = 65.09%
B = 29.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#12CF5D (or 0x12CF5D) is known color: Malachite. HEX triplet: 12, CF and 5D. RGB value is (18,207,93). Sum of RGB (Red+Green+Blue) = 18+207+93=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF5D is #ED30A2. Grayscale: #898989. Windows color (decimal): -15544483 or 6147858. OLE color: 6147858.

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

Color convert

RGB 18 207 93 -
CMYK 0.91 0 0.55 0.19
HSL 143.81º 0.84% 0.44% -
HSV(B) 143.81º 0.91% 0.81% -
XYZ 24.54 45.54 17.85 -
YUV 137.49 102.88 42.77 -
System Red Green Blue C M Y K H S L
Decimal 18 207 93 0.91 0 0.55 0.19 143.81 0.84 0.44
Hex 12 CF 5D 5B 0 37 13 90 54 2C
Octal 22 317 135 133 0 67 23 220 124 54
Binary 10010 11001111 1011101 1011011 0 110111 10011 10010000 1010100 101100

Color Harmonies of #12CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF5D

Black with #12CF5D

Text Example


Text Example

White with #12CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,93); }

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

background-color css

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

 a { background-color: rgb(18,207,93); }

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

border-color css

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

 span { border-color: rgb(18,207,93); }

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