Html Css Color HEX #12C869 Malachite

📋 copy color: '#12C869'

red 18 ◦ green 200 ◦ blue 105

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

Shades of Malachite #12C869

Tints of Malachite #12C869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.92%

 BLUE value IS 105 (41.41% from 255) = 32.51%

R = 5.57%
G = 61.92%
B = 32.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#12C869 (or 0x12C869) is known color: Malachite. HEX triplet: 12, C8 and 69. RGB value is (18,200,105). Sum of RGB (Red+Green+Blue) = 18+200+105=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #12C869 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C869 is #ED3796. Grayscale: #868686. Windows color (decimal): -15546263 or 6932498. OLE color: 6932498.

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

Color convert

RGB 18 200 105 -
CMYK 0.91 0 0.48 0.22
HSL 148.68º 0.83% 0.43% -
HSV(B) 148.68º 0.91% 0.78% -
XYZ 23.45 42.46 20.32 -
YUV 134.75 111.2 44.72 -
System Red Green Blue C M Y K H S L
Decimal 18 200 105 0.91 0 0.48 0.22 148.68 0.83 0.43
Hex 12 C8 69 5B 0 30 16 95 53 2B
Octal 22 310 151 133 0 60 26 225 123 53
Binary 10010 11001000 1101001 1011011 0 110000 10110 10010101 1010011 101011

Color Harmonies of #12C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C869

Black with #12C869

Text Example


Text Example

White with #12C869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,105); }

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

background-color css

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

 a { background-color: rgb(18,200,105); }

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

border-color css

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

 span { border-color: rgb(18,200,105); }

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