Html Css Color HEX #109850 Pigment Green

📋 copy color: '#109850'

red 16 ◦ green 152 ◦ blue 80

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

Shades of Pigment Green #109850

Tints of Pigment Green #109850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.29%

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

R = 6.45%
G = 61.29%
B = 32.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#109850 (or 0x109850) is known color: Pigment Green. HEX triplet: 10, 98 and 50. RGB value is (16,152,80). Sum of RGB (Red+Green+Blue) = 16+152+80=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #109850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109850 is #EF67AF. Grayscale: #676767. Windows color (decimal): -15689648 or 5281808. OLE color: 5281808.

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

Color convert

RGB 16 152 80 -
CMYK 0.89 0 0.47 0.40
HSL 148.24º 0.81% 0.33% -
HSV(B) 148.24º 0.89% 0.6% -
XYZ 12.89 23.15 11.38 -
YUV 103.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 16 152 80 0.89 0 0.47 0.40 148.24 0.81 0.33
Hex 10 98 50 59 0 2F 28 94 51 21
Octal 20 230 120 131 0 57 50 224 121 41
Binary 10000 10011000 1010000 1011001 0 101111 101000 10010100 1010001 100001

Color Harmonies of #109850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109850

Black with #109850

Text Example


Text Example

White with #109850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109850; }

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

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

background-color css

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

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

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

border-color css

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

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

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