#08B458

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

Shades of Pigment Green #08B458

Tints of Pigment Green #08B458

Color information

#08B458 (or 0x08B458) is unknown color: approx Pigment Green. HEX triplet: 08, B4 and 58. RGB value is (8,180,88). Sum of RGB (Red+Green+Blue) = 8+180+88=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 180 (70.70% from 255 or 65.22% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 180 - color contains mainly: green. Hex color #08B458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B458 is #F74BA7. Grayscale: #767676. Windows color (decimal): -16206760 or 5813256. OLE color: 5813256.

HSL color Cylindrical-coordinate representation of color #08B458: hue angle of 147.91º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B458 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB818088-
CMYK0.9600.510.29
HSL147.91º91.49%36.86%-
HSV(B)147.91º95.56%70.59%-
XYZ18.1833.414.72-
YUV118.08111.0249.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.90%
GREEN value IS 180 (70.70% from 255) = 65.22%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=2.90%
G=65.22%
B=31.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8180880.9600.510.29147.9191.4936.86
Hex8B458600331D945b25
Octal102641301400633522413345
Binary10001011010010110001100000011001111101100101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,180,88); }

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

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

 a { background-color: rgb(8,180,88); }

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

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

 span { border-color: rgb(8,180,88); }

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