Html Css Color HEX #089550 Pigment Green

📋 copy color: '#089550'

red 8 ◦ green 149 ◦ blue 80

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

Shades of Pigment Green #089550

Tints of Pigment Green #089550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.87%

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

R = 3.38%
G = 62.87%
B = 33.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#089550 (or 0x089550) is known color: Pigment Green. HEX triplet: 08, 95 and 50. RGB value is (8,149,80). Sum of RGB (Red+Green+Blue) = 8+149+80=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #089550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089550 is #F76AAF. Grayscale: #636363. Windows color (decimal): -16214704 or 5281032. OLE color: 5281032.

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

Color convert

RGB 8 149 80 -
CMYK 0.95 0 0.46 0.42
HSL 150.64º 0.9% 0.31% -
HSV(B) 150.64º 0.95% 0.58% -
XYZ 12.3 22.13 11.21 -
YUV 98.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 8 149 80 0.95 0 0.46 0.42 150.64 0.9 0.31
Hex 8 95 50 5F 0 2E 2A 97 5A 1F
Octal 10 225 120 137 0 56 52 227 132 37
Binary 1000 10010101 1010000 1011111 0 101110 101010 10010111 1011010 11111

Color Harmonies of #089550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089550

Black with #089550

Text Example


Text Example

White with #089550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089550; }

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

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

background-color css

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

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

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

border-color css

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

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

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