Html Css Color HEX #119450 Pigment Green

📋 copy color: '#119450'

red 17 ◦ green 148 ◦ blue 80

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

Shades of Pigment Green #119450

Tints of Pigment Green #119450

RGB

 RED value IS 17 (7.03% from 255) = 6.94%

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

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

R = 6.94%
G = 60.41%
B = 32.65%

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

#119450 (or 0x119450) is known color: Pigment Green. HEX triplet: 11, 94 and 50. RGB value is (17,148,80). Sum of RGB (Red+Green+Blue) = 17+148+80=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #119450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119450 is #EE6BAF. Grayscale: #656565. Windows color (decimal): -15625136 or 5280785. OLE color: 5280785.

HSL color Cylindrical-coordinate representation of color #119450: hue angle of 148.85º degrees, saturation: 0.79, 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 #119450 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 80 -
CMYK 0.89 0 0.46 0.42
HSL 148.86º 0.79% 0.32% -
HSV(B) 148.86º 0.89% 0.58% -
XYZ 12.27 21.88 11.17 -
YUV 101.08 116.1 68.03 -
System Red Green Blue C M Y K H S L
Decimal 17 148 80 0.89 0 0.46 0.42 148.86 0.79 0.32
Hex 11 94 50 59 0 2E 2A 95 4F 20
Octal 21 224 120 131 0 56 52 225 117 40
Binary 10001 10010100 1010000 1011001 0 101110 101010 10010101 1001111 100000

Color Harmonies of #119450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119450

Black with #119450

Text Example


Text Example

White with #119450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119450; }

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

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

background-color css

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

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

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

border-color css

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

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

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