Html Css Color HEX #089150 Pigment Green

📋 copy color: '#089150'

red 8 ◦ green 145 ◦ blue 80

#089150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #089150

Tints of Pigment Green #089150

RGB

 RED value IS 8 (3.52% from 255) = 3.43%

 GREEN value IS 145 (57.03% from 255) = 62.23%

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 3.43%
G = 62.23%
B = 34.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#089150 (or 0x089150) is known color: Pigment Green. HEX triplet: 08, 91 and 50. RGB value is (8,145,80). Sum of RGB (Red+Green+Blue) = 8+145+80=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #089150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089150 is #F76EAF. Grayscale: #606060. Windows color (decimal): -16215728 or 5280008. OLE color: 5280008.

HSL color Cylindrical-coordinate representation of color #089150: hue angle of 151.53º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089150 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 80 -
CMYK 0.94 0 0.45 0.43
HSL 151.53º 0.9% 0.3% -
HSV(B) 151.53º 0.94% 0.57% -
XYZ 11.67 20.88 11 -
YUV 96.63 118.61 64.79 -
System Red Green Blue C M Y K H S L
Decimal 8 145 80 0.94 0 0.45 0.43 151.53 0.9 0.3
Hex 8 91 50 5E 0 2D 2B 98 5A 1E
Octal 10 221 120 136 0 55 53 230 132 36
Binary 1000 10010001 1010000 1011110 0 101101 101011 10011000 1011010 11110

Color Harmonies of #089150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089150

Black with #089150

Text Example


Text Example

White with #089150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089150; }

 p { color: rgb(8,145,80); }

 H1.HeaderClassName
 {
   color: #089150;
 }
 .AnyTagClassName
 {
   color: #089150;
 }
</style>

background-color css

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

 a { background-color: rgb(8,145,80); }

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

border-color css

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

 span { border-color: rgb(8,145,80); }

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