Html Css Color HEX #109450 Pigment Green

📋 copy color: '#109450'

red 16 ◦ green 148 ◦ blue 80

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

Shades of Pigment Green #109450

Tints of Pigment Green #109450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.66%

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

R = 6.56%
G = 60.66%
B = 32.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#109450 (or 0x109450) is known color: Pigment Green. HEX triplet: 10, 94 and 50. RGB value is (16,148,80). Sum of RGB (Red+Green+Blue) = 16+148+80=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #109450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109450 is #EF6BAF. Grayscale: #646464. Windows color (decimal): -15690672 or 5280784. OLE color: 5280784.

HSL color Cylindrical-coordinate representation of color #109450: hue angle of 149.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109450 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 148 80 -
CMYK 0.89 0 0.46 0.42
HSL 149.09º 0.8% 0.32% -
HSV(B) 149.09º 0.89% 0.58% -
XYZ 12.25 21.87 11.16 -
YUV 100.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 16 148 80 0.89 0 0.46 0.42 149.09 0.8 0.32
Hex 10 94 50 59 0 2E 2A 95 50 20
Octal 20 224 120 131 0 56 52 225 120 40
Binary 10000 10010100 1010000 1011001 0 101110 101010 10010101 1010000 100000

Color Harmonies of #109450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109450

Black with #109450

Text Example


Text Example

White with #109450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109450; }

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

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

background-color css

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

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

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

border-color css

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

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

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