Html Css Color HEX #06D048 Malachite

📋 copy color: '#06D048'

red 6 ◦ green 208 ◦ blue 72

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

Shades of Malachite #06D048

Tints of Malachite #06D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.73%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 2.1%
G = 72.73%
B = 25.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#06D048 (or 0x06D048) is known color: Malachite. HEX triplet: 06, D0 and 48. RGB value is (6,208,72). Sum of RGB (Red+Green+Blue) = 6+208+72=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #06D048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D048 is #F92FB7. Grayscale: #848484. Windows color (decimal): -16330680 or 4771846. OLE color: 4771846.

HSL color Cylindrical-coordinate representation of color #06D048: hue angle of 139.6º 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 #06D048 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 208 72 -
CMYK 0.97 0 0.65 0.18
HSL 139.6º 0.94% 0.42% -
HSV(B) 139.6º 0.97% 0.82% -
XYZ 23.8 45.62 13.68 -
YUV 132.1 94.08 38.06 -
System Red Green Blue C M Y K H S L
Decimal 6 208 72 0.97 0 0.65 0.18 139.6 0.94 0.42
Hex 6 D0 48 61 0 41 12 8C 5E 2A
Octal 6 320 110 141 0 101 22 214 136 52
Binary 110 11010000 1001000 1100001 0 1000001 10010 10001100 1011110 101010

Color Harmonies of #06D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D048

Black with #06D048

Text Example


Text Example

White with #06D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,208,72); }

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

background-color css

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

 a { background-color: rgb(6,208,72); }

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

border-color css

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

 span { border-color: rgb(6,208,72); }

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