#089948

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

Shades of Pigment Green #089948

Tints of Pigment Green #089948

Color information

#089948 (or 0x089948) is unknown color: approx Pigment Green. HEX triplet: 08, 99 and 48. RGB value is (8,153,72). Sum of RGB (Red+Green+Blue) = 8+153+72=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #089948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089948 is #F766B7. Grayscale: #646464. Windows color (decimal): -16213688 or 4757768. OLE color: 4757768.

HSL color Cylindrical-coordinate representation of color #089948: hue angle of 146.48º 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 #089948 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB815372-
CMYK0.9500.530.4
HSL146.48º90.06%31.57%-
HSV(B)146.48º94.77%60%-
XYZ12.6623.39.96-
YUV100.41111.9662.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 153 (60.16% from 255) = 65.67%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=3.43%
G=65.67%
B=30.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8153720.9500.530.4146.4890.0631.57
Hex899485F03528925a20
Octal102311101370655022213240
Binary100010011001100100010111110110101101000100100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089948; }

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

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

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

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

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

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

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

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