#08B95E

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

Shades of Pigment Green #08B95E

Tints of Pigment Green #08B95E

Color information

#08B95E (or 0x08B95E) is unknown color: approx Pigment Green. HEX triplet: 08, B9 and 5E. RGB value is (8,185,94). Sum of RGB (Red+Green+Blue) = 8+185+94=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 185 (72.66% from 255 or 64.46% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 185 - color contains mainly: green. Hex color #08B95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B95E is #F746A1. Grayscale: #797979. Windows color (decimal): -16205474 or 6207752. OLE color: 6207752.

HSL color Cylindrical-coordinate representation of color #08B95E: hue angle of 149.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B95E is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB818594-
CMYK0.9600.490.27
HSL149.15º91.71%37.84%-
HSV(B)149.15º95.68%72.55%-
XYZ19.4735.5616.43-
YUV121.7112.3646.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 185 (72.66% from 255) = 64.46%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=2.79%
G=64.46%
B=32.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8185940.9600.490.27149.1591.7137.84
Hex8B95E600311B955c26
Octal102711361400613322513446
Binary10001011100110111101100000011000111011100101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,185,94); }

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

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

 a { background-color: rgb(8,185,94); }

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

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

 span { border-color: rgb(8,185,94); }

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