#11954B

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

Shades of Pigment Green #11954B

Tints of Pigment Green #11954B

Color information

#11954B (or 0x11954B) is unknown color: approx Pigment Green. HEX triplet: 11, 95 and 4B. RGB value is (17,149,75). Sum of RGB (Red+Green+Blue) = 17+149+75=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #11954B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11954B is #EE6AB4. Grayscale: #656565. Windows color (decimal): -15624885 or 4953361. OLE color: 4953361.

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

Color convert

RGB1714975-
CMYK0.8900.500.42
HSL146.36º79.52%32.55%-
HSV(B)146.36º88.59%58.43%-
XYZ12.2522.1210.28-
YUV101.1113.2768.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=7.05%
G=61.83%
B=31.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149750.8900.500.42146.3679.5232.55
Hex11954B590322A925021
Octal212251131310625222212041
Binary1000110010101100101110110010110010101010100100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11954B; }

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

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

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

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

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

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

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

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