Html Css Color HEX #06E86A Malachite

📋 copy color: '#06E86A'

red 6 ◦ green 232 ◦ blue 106

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

Shades of Malachite #06E86A

Tints of Malachite #06E86A

RGB

 RED value IS 6 (2.73% from 255) = 1.74%

 GREEN value IS 232 (91.02% from 255) = 67.44%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 1.74%
G = 67.44%
B = 30.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#06E86A (or 0x06E86A) is known color: Malachite. HEX triplet: 06, E8 and 6A. RGB value is (6,232,106). Sum of RGB (Red+Green+Blue) = 6+232+106=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 232 (91.02% from 255 or 67.44% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 232 - color contains mainly: green. Hex color #06E86A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06E86A is #F91795. Grayscale: #969696. Windows color (decimal): -16324502 or 7006214. OLE color: 7006214.

HSL color Cylindrical-coordinate representation of color #06E86A: hue angle of 146.55º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E86A is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 232 106 -
CMYK 0.97 0 0.54 0.09
HSL 146.55º 0.95% 0.47% -
HSV(B) 146.55º 0.97% 0.91% -
XYZ 31.53 58.79 23.32 -
YUV 150.06 103.13 25.25 -
System Red Green Blue C M Y K H S L
Decimal 6 232 106 0.97 0 0.54 0.09 146.55 0.95 0.47
Hex 6 E8 6A 61 0 36 9 93 5F 2F
Octal 6 350 152 141 0 66 11 223 137 57
Binary 110 11101000 1101010 1100001 0 110110 1001 10010011 1011111 101111

Color Harmonies of #06E86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E86A

Black with #06E86A

Text Example


Text Example

White with #06E86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E86A; }

 p { color: rgb(6,232,106); }

 H1.HeaderClassName
 {
   color: #06E86A;
 }
 .AnyTagClassName
 {
   color: #06E86A;
 }
</style>

background-color css

<style>
 a { background-color: #06E86A; }

 a { background-color: rgb(6,232,106); }

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

border-color css

<style>
 span { border-color: #06E86A; }

 span { border-color: rgb(6,232,106); }

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