#089446

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

Shades of Pigment Green #089446

Tints of Pigment Green #089446

Color information

#089446 (or 0x089446) is unknown color: approx Pigment Green. HEX triplet: 08, 94 and 46. RGB value is (8,148,70). Sum of RGB (Red+Green+Blue) = 8+148+70=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #089446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089446 is #F76BB9. Grayscale: #616161. Windows color (decimal): -16214970 or 4625416. OLE color: 4625416.

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

Color convert

RGB814870-
CMYK0.9500.530.42
HSL146.57º89.74%30.59%-
HSV(B)146.57º94.59%58.04%-
XYZ11.821.679.36-
YUV97.25112.6264.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 148 (58.20% from 255) = 65.49%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=3.54%
G=65.49%
B=30.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8148700.9500.530.42146.5789.7430.59
Hex894465F0352A935a1f
Octal102241061370655222313237
Binary10001001010010001101011111011010110101010010011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089446; }

 p { color: rgb(8,148,70); }

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

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

 a { background-color: rgb(8,148,70); }

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

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

 span { border-color: rgb(8,148,70); }

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