#08F842

Color #08F842 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #08F842

Tints of Malachite #08F842

Color information

#08F842 (or 0x08F842) is unknown color: approx Malachite. HEX triplet: 08, F8 and 42. RGB value is (8,248,66). Sum of RGB (Red+Green+Blue) = 8+248+66=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 248 (97.27% from 255 or 77.02% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 248 - color contains mainly: green. Hex color #08F842 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08F842 is #F707BD. Grayscale: #9B9B9B. Windows color (decimal): -16189374 or 4388872. OLE color: 4388872.

HSL color Cylindrical-coordinate representation of color #08F842: hue angle of 134.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F842 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB824866-
CMYK0.9700.730.03
HSL134.5º94.49%50.2%-
HSV(B)134.5º96.77%97.25%-
XYZ34.6567.5816.37-
YUV155.4977.4922.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 248 (97.27% from 255) = 77.02%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=2.48%
G=77.02%
B=20.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal8248660.9700.730.03134.594.4950.2
Hex8F842610493865e32
Octal103701021410111320613662
Binary100011111000100001011000010100100111100001101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08F842; }

 p { color: rgb(8,248,66); }

 H1.HeaderClassName
 {
   color: #08F842;
 }
 .AnyTagClassName
 {
   color: #08F842;
 }
</style>
background-color css

<style>
 a { background-color: #08F842; }

 a { background-color: rgb(8,248,66); }

 div.DivClassName
 {
   background-color: #08F842;
 }
 .BgClassName
 {
   background-color: #08F842;
 }
</style>
border-color css

<style>
 span { border-color: #08F842; }

 span { border-color: rgb(8,248,66); }

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