#119C4B

Color #119C4B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #119C4B

Tints of Pigment Green #119C4B

Color information

#119C4B (or 0x119C4B) is unknown color: approx Pigment Green. HEX triplet: 11, 9C and 4B. RGB value is (17,156,75). Sum of RGB (Red+Green+Blue) = 17+156+75=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #119C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119C4B is #EE63B4. Grayscale: #696969. Windows color (decimal): -15623093 or 4955153. OLE color: 4955153.

HSL color Cylindrical-coordinate representation of color #119C4B: hue angle of 145.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C4B is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1715675-
CMYK0.8900.520.39
HSL145.04º80.35%33.92%-
HSV(B)145.04º89.1%61.18%-
XYZ13.3924.410.66-
YUV105.2110.9565.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 156 (61.33% from 255) = 62.90%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=6.85%
G=62.90%
B=30.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17156750.8900.520.39145.0480.3533.92
Hex119C4B5903427915022
Octal212341131310644722112042
Binary1000110011100100101110110010110100100111100100011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119C4B; }

 p { color: rgb(17,156,75); }

 H1.HeaderClassName
 {
   color: #119C4B;
 }
 .AnyTagClassName
 {
   color: #119C4B;
 }
</style>
background-color css

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

 a { background-color: rgb(17,156,75); }

 div.DivClassName
 {
   background-color: #119C4B;
 }
 .BgClassName
 {
   background-color: #119C4B;
 }
</style>
border-color css

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

 span { border-color: rgb(17,156,75); }

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