Html Css Color HEX #109650 Pigment Green

📋 copy color: '#109650'

red 16 ◦ green 150 ◦ blue 80

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

Shades of Pigment Green #109650

Tints of Pigment Green #109650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.98%

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

R = 6.5%
G = 60.98%
B = 32.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#109650 (or 0x109650) is known color: Pigment Green. HEX triplet: 10, 96 and 50. RGB value is (16,150,80). Sum of RGB (Red+Green+Blue) = 16+150+80=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #109650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109650 is #EF69AF. Grayscale: #666666. Windows color (decimal): -15690160 or 5281296. OLE color: 5281296.

HSL color Cylindrical-coordinate representation of color #109650: hue angle of 148.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109650 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 80 -
CMYK 0.89 0 0.47 0.41
HSL 148.66º 0.81% 0.33% -
HSV(B) 148.66º 0.89% 0.59% -
XYZ 12.57 22.5 11.27 -
YUV 101.95 115.61 66.69 -
System Red Green Blue C M Y K H S L
Decimal 16 150 80 0.89 0 0.47 0.41 148.66 0.81 0.33
Hex 10 96 50 59 0 2F 29 95 51 21
Octal 20 226 120 131 0 57 51 225 121 41
Binary 10000 10010110 1010000 1011001 0 101111 101001 10010101 1010001 100001

Color Harmonies of #109650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109650

Black with #109650

Text Example


Text Example

White with #109650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109650; }

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

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

background-color css

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

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

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

border-color css

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

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

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