Html Css Color HEX #12CB62 Malachite

📋 copy color: '#12CB62'

red 18 ◦ green 203 ◦ blue 98

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

Shades of Malachite #12CB62

Tints of Malachite #12CB62

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.64%

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

R = 5.64%
G = 63.64%
B = 30.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#12CB62 (or 0x12CB62) is known color: Malachite. HEX triplet: 12, CB and 62. RGB value is (18,203,98). Sum of RGB (Red+Green+Blue) = 18+203+98=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 203 (79.69% from 255 or 63.64% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CB62 is #ED349D. Grayscale: #878787. Windows color (decimal): -15545502 or 6474514. OLE color: 6474514.

HSL color Cylindrical-coordinate representation of color #12CB62: hue angle of 145.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB62 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 98 -
CMYK 0.91 0 0.52 0.20
HSL 145.95º 0.84% 0.43% -
HSV(B) 145.95º 0.91% 0.8% -
XYZ 23.81 43.72 18.74 -
YUV 135.72 106.71 44.04 -
System Red Green Blue C M Y K H S L
Decimal 18 203 98 0.91 0 0.52 0.20 145.95 0.84 0.43
Hex 12 CB 62 5B 0 34 14 92 54 2B
Octal 22 313 142 133 0 64 24 222 124 53
Binary 10010 11001011 1100010 1011011 0 110100 10100 10010010 1010100 101011

Color Harmonies of #12CB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB62

Black with #12CB62

Text Example


Text Example

White with #12CB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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