#11993a

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

Shades of Pigment Green #11993A

Tints of Pigment Green #11993A

Color information

#11993A (or 0x11993A) is unknown color: approx Pigment Green. HEX triplet: 11, 99 and 3A. RGB value is (17,153,58). Sum of RGB (Red+Green+Blue) = 17+153+58=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #11993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11993A is #EE66C5. Grayscale: #656565. Windows color (decimal): -15623878 or 3840273. OLE color: 3840273.

HSL color Cylindrical-coordinate representation of color #11993A: hue angle of 138.09º degrees, saturation: 0.8, 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 #11993A is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB1715358-
CMYK0.8900.620.4
HSL138.09º80%33.33%-
HSV(B)138.09º88.89%60%-
XYZ12.3923.217.83-
YUV101.51103.4467.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 153 (60.16% from 255) = 67.11%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=7.46%
G=67.11%
B=25.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17153580.8900.620.4138.098033.33
Hex11993A5903E288a5021
Octal21231721310765021212041
Binary100011001100111101010110010111110101000100010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11993a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11993a; }

 p { color: rgb(17,153,58); }

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

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

 a { background-color: rgb(17,153,58); }

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

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

 span { border-color: rgb(17,153,58); }

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