Html Css Color HEX #12CF5C Malachite

📋 copy color: '#12CF5C'

red 18 ◦ green 207 ◦ blue 92

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

Shades of Malachite #12CF5C

Tints of Malachite #12CF5C

RGB

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

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

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

R = 5.68%
G = 65.3%
B = 29.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#12CF5C (or 0x12CF5C) is known color: Malachite. HEX triplet: 12, CF and 5C. RGB value is (18,207,92). Sum of RGB (Red+Green+Blue) = 18+207+92=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF5C is #ED30A3. Grayscale: #898989. Windows color (decimal): -15544484 or 6082322. OLE color: 6082322.

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

Color convert

RGB 18 207 92 -
CMYK 0.91 0 0.56 0.19
HSL 143.49º 0.84% 0.44% -
HSV(B) 143.49º 0.91% 0.81% -
XYZ 24.49 45.53 17.62 -
YUV 137.38 102.38 42.85 -
System Red Green Blue C M Y K H S L
Decimal 18 207 92 0.91 0 0.56 0.19 143.49 0.84 0.44
Hex 12 CF 5C 5B 0 38 13 8F 54 2C
Octal 22 317 134 133 0 70 23 217 124 54
Binary 10010 11001111 1011100 1011011 0 111000 10011 10001111 1010100 101100

Color Harmonies of #12CF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF5C

Black with #12CF5C

Text Example


Text Example

White with #12CF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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