#08994B

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

Shades of Pigment Green #08994B

Tints of Pigment Green #08994B

Color information

#08994B (or 0x08994B) is unknown color: approx Pigment Green. HEX triplet: 08, 99 and 4B. RGB value is (8,153,75). Sum of RGB (Red+Green+Blue) = 8+153+75=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #08994B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08994B is #F766B4. Grayscale: #646464. Windows color (decimal): -16213685 or 4954376. OLE color: 4954376.

HSL color Cylindrical-coordinate representation of color #08994B: hue angle of 147.72º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08994B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB815375-
CMYK0.9500.510.4
HSL147.72º90.06%31.57%-
HSV(B)147.72º94.77%60%-
XYZ12.7623.3410.49-
YUV100.75113.4661.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 153 (60.16% from 255) = 64.83%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=3.39%
G=64.83%
B=31.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8153750.9500.510.4147.7290.0631.57
Hex8994B5F03328945a20
Octal102311131370635022413240
Binary100010011001100101110111110110011101000100101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08994B; }

 p { color: rgb(8,153,75); }

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

<style>
 a { background-color: #08994B; }

 a { background-color: rgb(8,153,75); }

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

<style>
 span { border-color: #08994B; }

 span { border-color: rgb(8,153,75); }

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