Html Css Color HEX #12CA64 Malachite

📋 copy color: '#12CA64'

red 18 ◦ green 202 ◦ blue 100

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

Shades of Malachite #12CA64

Tints of Malachite #12CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.13%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 5.63%
G = 63.13%
B = 31.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#12CA64 (or 0x12CA64) is known color: Malachite. HEX triplet: 12, CA and 64. RGB value is (18,202,100). Sum of RGB (Red+Green+Blue) = 18+202+100=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA64 is #ED359B. Grayscale: #878787. Windows color (decimal): -15545756 or 6605330. OLE color: 6605330.

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

Color convert

RGB 18 202 100 -
CMYK 0.91 0 0.50 0.21
HSL 146.74º 0.84% 0.43% -
HSV(B) 146.74º 0.91% 0.79% -
XYZ 23.67 43.29 19.16 -
YUV 135.36 108.04 44.29 -
System Red Green Blue C M Y K H S L
Decimal 18 202 100 0.91 0 0.50 0.21 146.74 0.84 0.43
Hex 12 CA 64 5B 0 32 15 93 54 2B
Octal 22 312 144 133 0 62 25 223 124 53
Binary 10010 11001010 1100100 1011011 0 110010 10101 10010011 1010100 101011

Color Harmonies of #12CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA64

Black with #12CA64

Text Example


Text Example

White with #12CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,100); }

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

background-color css

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

 a { background-color: rgb(18,202,100); }

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

border-color css

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

 span { border-color: rgb(18,202,100); }

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