#08F94B

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

Shades of Malachite #08F94B

Tints of Malachite #08F94B

Color information

#08F94B (or 0x08F94B) is unknown color: approx Malachite. HEX triplet: 08, F9 and 4B. RGB value is (8,249,75). Sum of RGB (Red+Green+Blue) = 8+249+75=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #08F94B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08F94B is #F706B4. Grayscale: #9D9D9D. Windows color (decimal): -16189109 or 4978952. OLE color: 4978952.

HSL color Cylindrical-coordinate representation of color #08F94B: hue angle of 136.68º 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 #08F94B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB824975-
CMYK0.9700.700.02
HSL136.68º95.26%50.39%-
HSV(B)136.68º96.79%97.65%-
XYZ35.2568.3117.98-
YUV157.181.6621.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.41%
GREEN value IS 249 (97.66% from 255) = 75%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=2.41%
G=75%
B=22.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8249750.9700.700.02136.6895.2650.39
Hex8F94B610462895f32
Octal103711131410106221113762
Binary100011111001100101111000010100011010100010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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