Html Css Color HEX #12C062 Malachite

📋 copy color: '#12C062'

red 18 ◦ green 192 ◦ blue 98

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

Shades of Malachite #12C062

Tints of Malachite #12C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.34%

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 5.84%
G = 62.34%
B = 31.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#12C062 (or 0x12C062) is known color: Malachite. HEX triplet: 12, C0 and 62. RGB value is (18,192,98). Sum of RGB (Red+Green+Blue) = 18+192+98=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #12C062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C062 is #ED3F9D. Grayscale: #818181. Windows color (decimal): -15548318 or 6471698. OLE color: 6471698.

HSL color Cylindrical-coordinate representation of color #12C062: hue angle of 147.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C062 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 98 -
CMYK 0.91 0 0.49 0.25
HSL 147.59º 0.83% 0.41% -
HSV(B) 147.59º 0.91% 0.75% -
XYZ 21.3 38.71 17.9 -
YUV 129.26 110.35 48.64 -
System Red Green Blue C M Y K H S L
Decimal 18 192 98 0.91 0 0.49 0.25 147.59 0.83 0.41
Hex 12 C0 62 5B 0 31 19 94 53 29
Octal 22 300 142 133 0 61 31 224 123 51
Binary 10010 11000000 1100010 1011011 0 110001 11001 10010100 1010011 101001

Color Harmonies of #12C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C062

Black with #12C062

Text Example


Text Example

White with #12C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,98); }

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

background-color css

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

 a { background-color: rgb(18,192,98); }

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

border-color css

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

 span { border-color: rgb(18,192,98); }

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