Html Css Color HEX #109640 Pigment Green

📋 copy color: '#109640'

red 16 ◦ green 150 ◦ blue 64

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

Shades of Pigment Green #109640

Tints of Pigment Green #109640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 6.96%
G = 65.22%
B = 27.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#109640 (or 0x109640) is known color: Pigment Green. HEX triplet: 10, 96 and 40. RGB value is (16,150,64). Sum of RGB (Red+Green+Blue) = 16+150+64=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #109640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109640 is #EF69BF. Grayscale: #646464. Windows color (decimal): -15690176 or 4232720. OLE color: 4232720.

HSL color Cylindrical-coordinate representation of color #109640: hue angle of 141.49º 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 #109640 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 64 -
CMYK 0.89 0 0.57 0.41
HSL 141.49º 0.81% 0.33% -
HSV(B) 141.49º 0.89% 0.59% -
XYZ 12.05 22.29 8.52 -
YUV 100.13 107.61 67.99 -
System Red Green Blue C M Y K H S L
Decimal 16 150 64 0.89 0 0.57 0.41 141.49 0.81 0.33
Hex 10 96 40 59 0 39 29 8D 51 21
Octal 20 226 100 131 0 71 51 215 121 41
Binary 10000 10010110 1000000 1011001 0 111001 101001 10001101 1010001 100001

Color Harmonies of #109640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109640

Black with #109640

Text Example


Text Example

White with #109640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109640; }

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

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

background-color css

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

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

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

border-color css

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

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

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