Html Css Color HEX #11A445 Pigment Green

📋 copy color: '#11A445'

red 17 ◦ green 164 ◦ blue 69

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

Shades of Pigment Green #11A445

Tints of Pigment Green #11A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 65.6%

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 6.8%
G = 65.6%
B = 27.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#11A445 (or 0x11A445) is known color: Pigment Green. HEX triplet: 11, A4 and 45. RGB value is (17,164,69). Sum of RGB (Red+Green+Blue) = 17+164+69=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #11A445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A445 is #EE5BBA. Grayscale: #6D6D6D. Windows color (decimal): -15621051 or 4563985. OLE color: 4563985.

HSL color Cylindrical-coordinate representation of color #11A445: hue angle of 141.22º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A445 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 164 69 -
CMYK 0.90 0 0.58 0.36
HSL 141.22º 0.81% 0.35% -
HSV(B) 141.22º 0.9% 0.64% -
XYZ 14.58 27.1 10.09 -
YUV 109.22 105.3 62.22 -
System Red Green Blue C M Y K H S L
Decimal 17 164 69 0.90 0 0.58 0.36 141.22 0.81 0.35
Hex 11 A4 45 5A 0 3A 24 8D 51 23
Octal 21 244 105 132 0 72 44 215 121 43
Binary 10001 10100100 1000101 1011010 0 111010 100100 10001101 1010001 100011

Color Harmonies of #11A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A445

Black with #11A445

Text Example


Text Example

White with #11A445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A445; }

 p { color: rgb(17,164,69); }

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

background-color css

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

 a { background-color: rgb(17,164,69); }

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

border-color css

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

 span { border-color: rgb(17,164,69); }

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