Html Css Color HEX #06D268 Malachite

📋 copy color: '#06D268'

red 6 ◦ green 210 ◦ blue 104

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

Shades of Malachite #06D268

Tints of Malachite #06D268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 65.63%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 1.88%
G = 65.63%
B = 32.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#06D268 (or 0x06D268) is known color: Malachite. HEX triplet: 06, D2 and 68. RGB value is (6,210,104). Sum of RGB (Red+Green+Blue) = 6+210+104=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 210 (82.42% from 255 or 65.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 210 - color contains mainly: green. Hex color #06D268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D268 is #F92D97. Grayscale: #898989. Windows color (decimal): -16330136 or 6869510. OLE color: 6869510.

HSL color Cylindrical-coordinate representation of color #06D268: hue angle of 148.82º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D268 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 210 104 -
CMYK 0.97 0 0.50 0.18
HSL 148.82º 0.94% 0.42% -
HSV(B) 148.82º 0.97% 0.82% -
XYZ 25.62 47.13 20.84 -
YUV 136.92 109.41 34.62 -
System Red Green Blue C M Y K H S L
Decimal 6 210 104 0.97 0 0.50 0.18 148.82 0.94 0.42
Hex 6 D2 68 61 0 32 12 95 5E 2A
Octal 6 322 150 141 0 62 22 225 136 52
Binary 110 11010010 1101000 1100001 0 110010 10010 10010101 1011110 101010

Color Harmonies of #06D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D268

Black with #06D268

Text Example


Text Example

White with #06D268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,210,104); }

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

background-color css

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

 a { background-color: rgb(6,210,104); }

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

border-color css

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

 span { border-color: rgb(6,210,104); }

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