#08934E

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

Shades of Pigment Green #08934E

Tints of Pigment Green #08934E

Color information

#08934E (or 0x08934E) is unknown color: approx Pigment Green. HEX triplet: 08, 93 and 4E. RGB value is (8,147,78). Sum of RGB (Red+Green+Blue) = 8+147+78=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #08934E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08934E is #F76CB1. Grayscale: #616161. Windows color (decimal): -16215218 or 5149448. OLE color: 5149448.

HSL color Cylindrical-coordinate representation of color #08934E: hue angle of 150.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08934E is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB814778-
CMYK0.9500.470.42
HSL150.22º89.68%30.39%-
HSV(B)150.22º94.56%57.65%-
XYZ11.9121.4710.72-
YUV97.57116.9564.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 147 (57.81% from 255) = 63.09%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=3.43%
G=63.09%
B=33.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8147780.9500.470.42150.2289.6830.39
Hex8934E5F02F2A965a1e
Octal102231161370575222613236
Binary10001001001110011101011111010111110101010010110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08934E; }

 p { color: rgb(8,147,78); }

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

<style>
 a { background-color: #08934E; }

 a { background-color: rgb(8,147,78); }

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

<style>
 span { border-color: #08934E; }

 span { border-color: rgb(8,147,78); }

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