#08C75B

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

Shades of Malachite #08C75B

Tints of Malachite #08C75B

Color information

#08C75B (or 0x08C75B) is unknown color: approx Malachite. HEX triplet: 08, C7 and 5B. RGB value is (8,199,91). Sum of RGB (Red+Green+Blue) = 8+199+91=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 199 (78.12% from 255 or 66.78% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 199 - color contains mainly: green. Hex color #08C75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C75B is #F738A4. Grayscale: #818181. Windows color (decimal): -16201893 or 6014728. OLE color: 6014728.

HSL color Cylindrical-coordinate representation of color #08C75B: hue angle of 146.07º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C75B is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB819991-
CMYK0.9600.540.22
HSL146.07º92.27%40.59%-
HSV(B)146.07º95.98%78.04%-
XYZ22.4141.6516.76-
YUV129.58106.2241.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 199 (78.12% from 255) = 66.78%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=2.68%
G=66.78%
B=30.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8199910.9600.540.22146.0792.2740.59
Hex8C75B6003616925c29
Octal103071331400662622213451
Binary10001100011110110111100000011011010110100100101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,199,91); }

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

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

 a { background-color: rgb(8,199,91); }

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

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

 span { border-color: rgb(8,199,91); }

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