Html Css Color HEX #11A055 Pigment Green

📋 copy color: '#11A055'

red 17 ◦ green 160 ◦ blue 85

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

Shades of Pigment Green #11A055

Tints of Pigment Green #11A055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 6.49%
G = 61.07%
B = 32.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#11A055 (or 0x11A055) is known color: Pigment Green. HEX triplet: 11, A0 and 55. RGB value is (17,160,85). Sum of RGB (Red+Green+Blue) = 17+160+85=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #11A055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A055 is #EE5FAA. Grayscale: #6C6C6C. Windows color (decimal): -15622059 or 5611537. OLE color: 5611537.

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

Color convert

RGB 17 160 85 -
CMYK 0.89 0 0.47 0.37
HSL 148.53º 0.81% 0.35% -
HSV(B) 148.53º 0.89% 0.63% -
XYZ 14.44 25.92 12.84 -
YUV 108.69 114.62 62.6 -
System Red Green Blue C M Y K H S L
Decimal 17 160 85 0.89 0 0.47 0.37 148.53 0.81 0.35
Hex 11 A0 55 59 0 2F 25 95 51 23
Octal 21 240 125 131 0 57 45 225 121 43
Binary 10001 10100000 1010101 1011001 0 101111 100101 10010101 1010001 100011

Color Harmonies of #11A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A055

Black with #11A055

Text Example


Text Example

White with #11A055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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