Html Css Color HEX #11A03B Pigment Green

📋 copy color: '#11A03B'

red 17 ◦ green 160 ◦ blue 59

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

Shades of Pigment Green #11A03B

Tints of Pigment Green #11A03B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.8%

 BLUE value IS 59 (23.44% from 255) = 25%

R = 7.2%
G = 67.8%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#11A03B (or 0x11A03B) is known color: Pigment Green. HEX triplet: 11, A0 and 3B. RGB value is (17,160,59). Sum of RGB (Red+Green+Blue) = 17+160+59=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #11A03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A03B is #EE5FC4. Grayscale: #696969. Windows color (decimal): -15622085 or 3907601. OLE color: 3907601.

HSL color Cylindrical-coordinate representation of color #11A03B: hue angle of 137.62º 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 #11A03B is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 160 59 -
CMYK 0.89 0 0.63 0.37
HSL 137.62º 0.81% 0.35% -
HSV(B) 137.62º 0.89% 0.63% -
XYZ 13.59 25.58 8.36 -
YUV 105.73 101.62 64.71 -
System Red Green Blue C M Y K H S L
Decimal 17 160 59 0.89 0 0.63 0.37 137.62 0.81 0.35
Hex 11 A0 3B 59 0 3F 25 8A 51 23
Octal 21 240 73 131 0 77 45 212 121 43
Binary 10001 10100000 111011 1011001 0 111111 100101 10001010 1010001 100011

Color Harmonies of #11A03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A03B

Black with #11A03B

Text Example


Text Example

White with #11A03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,160,59); }

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

background-color css

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

 a { background-color: rgb(17,160,59); }

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

border-color css

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

 span { border-color: rgb(17,160,59); }

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