#08F052

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

Shades of Malachite #08F052

Tints of Malachite #08F052

Color information

#08F052 (or 0x08F052) is unknown color: approx Malachite. HEX triplet: 08, F0 and 52. RGB value is (8,240,82). Sum of RGB (Red+Green+Blue) = 8+240+82=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #08F052 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F052 is #F70FAD. Grayscale: #999999. Windows color (decimal): -16191406 or 5435400. OLE color: 5435400.

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

Color convert

RGB824082-
CMYK0.9700.660.06
HSL139.14º93.55%48.63%-
HSV(B)139.14º96.67%94.12%-
XYZ32.7862.9818.41-
YUV152.6288.1424.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.42%
GREEN value IS 240 (94.14% from 255) = 72.73%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=2.42%
G=72.73%
B=24.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8240820.9700.660.06139.1493.5548.63
Hex8F0526104268b5e31
Octal103601221410102621313661
Binary1000111100001010010110000101000010110100010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,240,82); }

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

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

 a { background-color: rgb(8,240,82); }

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

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

 span { border-color: rgb(8,240,82); }

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