Html Css Color HEX #109F50 Pigment Green

📋 copy color: '#109F50'

red 16 ◦ green 159 ◦ blue 80

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

Shades of Pigment Green #109F50

Tints of Pigment Green #109F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 62.35%

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

R = 6.27%
G = 62.35%
B = 31.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#109F50 (or 0x109F50) is known color: Pigment Green. HEX triplet: 10, 9F and 50. RGB value is (16,159,80). Sum of RGB (Red+Green+Blue) = 16+159+80=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #109F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109F50 is #EF60AF. Grayscale: #6B6B6B. Windows color (decimal): -15687856 or 5283600. OLE color: 5283600.

HSL color Cylindrical-coordinate representation of color #109F50: hue angle of 146.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F50 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 159 80 -
CMYK 0.90 0 0.50 0.38
HSL 146.85º 0.82% 0.34% -
HSV(B) 146.85º 0.9% 0.62% -
XYZ 14.06 25.49 11.77 -
YUV 107.24 112.62 62.92 -
System Red Green Blue C M Y K H S L
Decimal 16 159 80 0.90 0 0.50 0.38 146.85 0.82 0.34
Hex 10 9F 50 5A 0 32 26 93 52 22
Octal 20 237 120 132 0 62 46 223 122 42
Binary 10000 10011111 1010000 1011010 0 110010 100110 10010011 1010010 100010

Color Harmonies of #109F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109F50

Black with #109F50

Text Example


Text Example

White with #109F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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