Html Css Color HEX #109550 Pigment Green

📋 copy color: '#109550'

red 16 ◦ green 149 ◦ blue 80

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

Shades of Pigment Green #109550

Tints of Pigment Green #109550

RGB

 RED value IS 16 (6.64% from 255) = 6.53%

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

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

R = 6.53%
G = 60.82%
B = 32.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#109550 (or 0x109550) is known color: Pigment Green. HEX triplet: 10, 95 and 50. RGB value is (16,149,80). Sum of RGB (Red+Green+Blue) = 16+149+80=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #109550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109550 is #EF6AAF. Grayscale: #656565. Windows color (decimal): -15690416 or 5281040. OLE color: 5281040.

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

Color convert

RGB 16 149 80 -
CMYK 0.89 0 0.46 0.42
HSL 148.87º 0.81% 0.32% -
HSV(B) 148.87º 0.89% 0.58% -
XYZ 12.41 22.18 11.22 -
YUV 101.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 16 149 80 0.89 0 0.46 0.42 148.87 0.81 0.32
Hex 10 95 50 59 0 2E 2A 95 51 20
Octal 20 225 120 131 0 56 52 225 121 40
Binary 10000 10010101 1010000 1011001 0 101110 101010 10010101 1010001 100000

Color Harmonies of #109550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109550

Black with #109550

Text Example


Text Example

White with #109550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109550; }

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

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

background-color css

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

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

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

border-color css

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

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

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