Html Css Color HEX #01CE6F Malachite

📋 copy color: '#01CE6F'

red 1 ◦ green 206 ◦ blue 111

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

Shades of Malachite #01CE6F

Tints of Malachite #01CE6F

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 206 (80.86% from 255) = 64.78%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 0.31%
G = 64.78%
B = 34.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#01CE6F (or 0x01CE6F) is known color: Malachite. HEX triplet: 01, CE and 6F. RGB value is (1,206,111). Sum of RGB (Red+Green+Blue) = 1+206+111=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CE6F is #FE3190. Grayscale: #868686. Windows color (decimal): -16658833 or 7327233. OLE color: 7327233.

HSL color Cylindrical-coordinate representation of color #01CE6F: hue angle of 152.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE6F is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 206 111 -
CMYK 1.00 0 0.46 0.19
HSL 152.2º 0.99% 0.41% -
HSV(B) 152.2º 1% 0.81% -
XYZ 24.95 45.3 22.47 -
YUV 133.88 115.08 33.22 -
System Red Green Blue C M Y K H S L
Decimal 1 206 111 1.00 0 0.46 0.19 152.2 0.99 0.41
Hex 1 CE 6F 64 0 2E 13 98 63 29
Octal 1 316 157 144 0 56 23 230 143 51
Binary 1 11001110 1101111 1100100 0 101110 10011 10011000 1100011 101001

Color Harmonies of #01CE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CE6F

Black with #01CE6F

Text Example


Text Example

White with #01CE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CE6F; }

 p { color: rgb(1,206,111); }

 H1.HeaderClassName
 {
   color: #01CE6F;
 }
 .AnyTagClassName
 {
   color: #01CE6F;
 }
</style>

background-color css

<style>
 a { background-color: #01CE6F; }

 a { background-color: rgb(1,206,111); }

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

border-color css

<style>
 span { border-color: #01CE6F; }

 span { border-color: rgb(1,206,111); }

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