Html Css Color HEX #12C762 Malachite

📋 copy color: '#12C762'

red 18 ◦ green 199 ◦ blue 98

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

Shades of Malachite #12C762

Tints of Malachite #12C762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.17%

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

R = 5.71%
G = 63.17%
B = 31.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#12C762 (or 0x12C762) is known color: Malachite. HEX triplet: 12, C7 and 62. RGB value is (18,199,98). Sum of RGB (Red+Green+Blue) = 18+199+98=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #12C762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C762 is #ED389D. Grayscale: #858585. Windows color (decimal): -15546526 or 6473490. OLE color: 6473490.

HSL color Cylindrical-coordinate representation of color #12C762: hue angle of 146.52º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C762 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 199 98 -
CMYK 0.91 0 0.51 0.22
HSL 146.52º 0.83% 0.43% -
HSV(B) 146.52º 0.91% 0.78% -
XYZ 22.88 41.86 18.43 -
YUV 133.37 108.03 45.71 -
System Red Green Blue C M Y K H S L
Decimal 18 199 98 0.91 0 0.51 0.22 146.52 0.83 0.43
Hex 12 C7 62 5B 0 33 16 93 53 2B
Octal 22 307 142 133 0 63 26 223 123 53
Binary 10010 11000111 1100010 1011011 0 110011 10110 10010011 1010011 101011

Color Harmonies of #12C762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C762

Black with #12C762

Text Example


Text Example

White with #12C762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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