#08F94C

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

Shades of Malachite #08F94C

Tints of Malachite #08F94C

Color information

#08F94C (or 0x08F94C) is unknown color: approx Malachite. HEX triplet: 08, F9 and 4C. RGB value is (8,249,76). Sum of RGB (Red+Green+Blue) = 8+249+76=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #08F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08F94C is #F706B3. Grayscale: #9D9D9D. Windows color (decimal): -16189108 or 5044488. OLE color: 5044488.

HSL color Cylindrical-coordinate representation of color #08F94C: hue angle of 136.93º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F94C is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB824976-
CMYK0.9700.690.02
HSL136.93º95.26%50.39%-
HSV(B)136.93º96.79%97.65%-
XYZ35.2868.3218.17-
YUV157.2282.1621.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.40%
GREEN value IS 249 (97.66% from 255) = 74.77%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=2.40%
G=74.77%
B=22.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8249760.9700.690.02136.9395.2650.39
Hex8F94C610452895f32
Octal103711141410105221113762
Binary100011111001100110011000010100010110100010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,249,76); }

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

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

 a { background-color: rgb(8,249,76); }

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

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

 span { border-color: rgb(8,249,76); }

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