Html Css Color HEX #089050 Pigment Green

📋 copy color: '#089050'

red 8 ◦ green 144 ◦ blue 80

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

Shades of Pigment Green #089050

Tints of Pigment Green #089050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.07%

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

R = 3.45%
G = 62.07%
B = 34.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#089050 (or 0x089050) is known color: Pigment Green. HEX triplet: 08, 90 and 50. RGB value is (8,144,80). Sum of RGB (Red+Green+Blue) = 8+144+80=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #089050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089050 is #F76FAF. Grayscale: #606060. Windows color (decimal): -16215984 or 5279752. OLE color: 5279752.

HSL color Cylindrical-coordinate representation of color #089050: hue angle of 151.76º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089050 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 80 -
CMYK 0.94 0 0.44 0.44
HSL 151.76º 0.89% 0.3% -
HSV(B) 151.76º 0.94% 0.56% -
XYZ 11.52 20.58 10.95 -
YUV 96.04 118.94 65.2 -
System Red Green Blue C M Y K H S L
Decimal 8 144 80 0.94 0 0.44 0.44 151.76 0.89 0.3
Hex 8 90 50 5E 0 2C 2C 98 59 1E
Octal 10 220 120 136 0 54 54 230 131 36
Binary 1000 10010000 1010000 1011110 0 101100 101100 10011000 1011001 11110

Color Harmonies of #089050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089050

Black with #089050

Text Example


Text Example

White with #089050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089050; }

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

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

background-color css

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

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

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

border-color css

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

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

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