Html Css Color HEX #11A13A Pigment Green

📋 copy color: '#11A13A'

red 17 ◦ green 161 ◦ blue 58

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

Shades of Pigment Green #11A13A

Tints of Pigment Green #11A13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 68.22%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 7.2%
G = 68.22%
B = 24.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#11A13A (or 0x11A13A) is known color: Pigment Green. HEX triplet: 11, A1 and 3A. RGB value is (17,161,58). Sum of RGB (Red+Green+Blue) = 17+161+58=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 161 (63.28% from 255 or 68.22% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 161 - color contains mainly: green. Hex color #11A13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A13A is #EE5EC5. Grayscale: #6A6A6A. Windows color (decimal): -15621830 or 3842321. OLE color: 3842321.

HSL color Cylindrical-coordinate representation of color #11A13A: hue angle of 137.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A13A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 161 58 -
CMYK 0.89 0 0.64 0.37
HSL 137.08º 0.81% 0.35% -
HSV(B) 137.08º 0.89% 0.63% -
XYZ 13.74 25.91 8.28 -
YUV 106.2 100.79 64.38 -
System Red Green Blue C M Y K H S L
Decimal 17 161 58 0.89 0 0.64 0.37 137.08 0.81 0.35
Hex 11 A1 3A 59 0 40 25 89 51 23
Octal 21 241 72 131 0 100 45 211 121 43
Binary 10001 10100001 111010 1011001 0 1000000 100101 10001001 1010001 100011

Color Harmonies of #11A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A13A

Black with #11A13A

Text Example


Text Example

White with #11A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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