Html Css Color HEX #12CF6E Malachite

📋 copy color: '#12CF6E'

red 18 ◦ green 207 ◦ blue 110

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

Shades of Malachite #12CF6E

Tints of Malachite #12CF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.79%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 5.37%
G = 61.79%
B = 32.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#12CF6E (or 0x12CF6E) is known color: Malachite. HEX triplet: 12, CF and 6E. RGB value is (18,207,110). Sum of RGB (Red+Green+Blue) = 18+207+110=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF6E is #ED3091. Grayscale: #8B8B8B. Windows color (decimal): -15544466 or 7261970. OLE color: 7261970.

HSL color Cylindrical-coordinate representation of color #12CF6E: hue angle of 149.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF6E is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 207 110 -
CMYK 0.91 0 0.47 0.19
HSL 149.21º 0.84% 0.44% -
HSV(B) 149.21º 0.91% 0.81% -
XYZ 25.38 45.88 22.27 -
YUV 139.43 111.38 41.39 -
System Red Green Blue C M Y K H S L
Decimal 18 207 110 0.91 0 0.47 0.19 149.21 0.84 0.44
Hex 12 CF 6E 5B 0 2F 13 95 54 2C
Octal 22 317 156 133 0 57 23 225 124 54
Binary 10010 11001111 1101110 1011011 0 101111 10011 10010101 1010100 101100

Color Harmonies of #12CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF6E

Black with #12CF6E

Text Example


Text Example

White with #12CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,110); }

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

background-color css

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

 a { background-color: rgb(18,207,110); }

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

border-color css

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

 span { border-color: rgb(18,207,110); }

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