Html Css Color HEX #098F50 Pigment Green

📋 copy color: '#098F50'

red 9 ◦ green 143 ◦ blue 80

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

Shades of Pigment Green #098F50

Tints of Pigment Green #098F50

RGB

 RED value IS 9 (3.91% from 255) = 3.88%

 GREEN value IS 143 (56.25% from 255) = 61.64%

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

R = 3.88%
G = 61.64%
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

#098F50 (or 0x098F50) is known color: Pigment Green. HEX triplet: 09, 8F and 50. RGB value is (9,143,80). Sum of RGB (Red+Green+Blue) = 9+143+80=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #098F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F50 is #F670AF. Grayscale: #5F5F5F. Windows color (decimal): -16150704 or 5279497. OLE color: 5279497.

HSL color Cylindrical-coordinate representation of color #098F50: hue angle of 151.79º degrees, saturation: 0.88, 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 #098F50 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 143 80 -
CMYK 0.94 0 0.44 0.44
HSL 151.79º 0.88% 0.3% -
HSV(B) 151.79º 0.94% 0.56% -
XYZ 11.38 20.28 10.9 -
YUV 95.75 119.11 66.12 -
System Red Green Blue C M Y K H S L
Decimal 9 143 80 0.94 0 0.44 0.44 151.79 0.88 0.3
Hex 9 8F 50 5E 0 2C 2C 98 58 1E
Octal 11 217 120 136 0 54 54 230 130 36
Binary 1001 10001111 1010000 1011110 0 101100 101100 10011000 1011000 11110

Color Harmonies of #098F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098F50

Black with #098F50

Text Example


Text Example

White with #098F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098F50; }

 p { color: rgb(9,143,80); }

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

background-color css

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

 a { background-color: rgb(9,143,80); }

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

border-color css

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

 span { border-color: rgb(9,143,80); }

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