Html Css Color HEX #099550 Pigment Green

📋 copy color: '#099550'

red 9 ◦ green 149 ◦ blue 80

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

Shades of Pigment Green #099550

Tints of Pigment Green #099550

RGB

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

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

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

R = 3.78%
G = 62.61%
B = 33.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#099550 (or 0x099550) is known color: Pigment Green. HEX triplet: 09, 95 and 50. RGB value is (9,149,80). Sum of RGB (Red+Green+Blue) = 9+149+80=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #099550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099550 is #F66AAF. Grayscale: #636363. Windows color (decimal): -16149168 or 5281033. OLE color: 5281033.

HSL color Cylindrical-coordinate representation of color #099550: hue angle of 150.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099550 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 149 80 -
CMYK 0.94 0 0.46 0.42
HSL 150.43º 0.89% 0.31% -
HSV(B) 150.43º 0.94% 0.58% -
XYZ 12.31 22.13 11.21 -
YUV 99.27 117.12 63.61 -
System Red Green Blue C M Y K H S L
Decimal 9 149 80 0.94 0 0.46 0.42 150.43 0.89 0.31
Hex 9 95 50 5E 0 2E 2A 96 59 1F
Octal 11 225 120 136 0 56 52 226 131 37
Binary 1001 10010101 1010000 1011110 0 101110 101010 10010110 1011001 11111

Color Harmonies of #099550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099550

Black with #099550

Text Example


Text Example

White with #099550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099550; }

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

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

background-color css

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

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

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

border-color css

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

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

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