Html Css Color HEX #109B55 Pigment Green

📋 copy color: '#109B55'

red 16 ◦ green 155 ◦ blue 85

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

Shades of Pigment Green #109B55

Tints of Pigment Green #109B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 60.55%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 6.25%
G = 60.55%
B = 33.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#109B55 (or 0x109B55) is known color: Pigment Green. HEX triplet: 10, 9B and 55. RGB value is (16,155,85). Sum of RGB (Red+Green+Blue) = 16+155+85=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #109B55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109B55 is #EF64AA. Grayscale: #696969. Windows color (decimal): -15688875 or 5610256. OLE color: 5610256.

HSL color Cylindrical-coordinate representation of color #109B55: hue angle of 149.78º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109B55 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 155 85 -
CMYK 0.90 0 0.45 0.39
HSL 149.78º 0.81% 0.34% -
HSV(B) 149.78º 0.9% 0.61% -
XYZ 13.57 24.21 12.55 -
YUV 105.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 16 155 85 0.90 0 0.45 0.39 149.78 0.81 0.34
Hex 10 9B 55 5A 0 2D 27 96 51 22
Octal 20 233 125 132 0 55 47 226 121 42
Binary 10000 10011011 1010101 1011010 0 101101 100111 10010110 1010001 100010

Color Harmonies of #109B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109B55

Black with #109B55

Text Example


Text Example

White with #109B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,155,85); }

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

background-color css

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

 a { background-color: rgb(16,155,85); }

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

border-color css

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

 span { border-color: rgb(16,155,85); }

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