#08B04A

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

Shades of Pigment Green #08B04A

Tints of Pigment Green #08B04A

Color information

#08B04A (or 0x08B04A) is unknown color: approx Pigment Green. HEX triplet: 08, B0 and 4A. RGB value is (8,176,74). Sum of RGB (Red+Green+Blue) = 8+176+74=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 176 (69.14% from 255 or 68.22% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 176 - color contains mainly: green. Hex color #08B04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B04A is #F74FB5. Grayscale: #727272. Windows color (decimal): -16207798 or 4894728. OLE color: 4894728.

HSL color Cylindrical-coordinate representation of color #08B04A: hue angle of 143.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B04A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB817674-
CMYK0.9500.580.31
HSL143.57º91.3%36.08%-
HSV(B)143.57º95.45%69.02%-
XYZ16.8631.611.69-
YUV114.14105.3452.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 176 (69.14% from 255) = 68.22%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=3.10%
G=68.22%
B=28.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8176740.9500.580.31143.5791.336.08
Hex8B04A5F03A1F905b24
Octal102601121370723722013344
Binary10001011000010010101011111011101011111100100001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,176,74); }

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

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

 a { background-color: rgb(8,176,74); }

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

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

 span { border-color: rgb(8,176,74); }

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