Html Css Color HEX #11A242 Pigment Green

📋 copy color: '#11A242'

red 17 ◦ green 162 ◦ blue 66

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

Shades of Pigment Green #11A242

Tints of Pigment Green #11A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 66.12%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 6.94%
G = 66.12%
B = 26.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#11A242 (or 0x11A242) is known color: Pigment Green. HEX triplet: 11, A2 and 42. RGB value is (17,162,66). Sum of RGB (Red+Green+Blue) = 17+162+66=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #11A242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A242 is #EE5DBD. Grayscale: #6B6B6B. Windows color (decimal): -15621566 or 4366865. OLE color: 4366865.

HSL color Cylindrical-coordinate representation of color #11A242: hue angle of 140.28º 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 #11A242 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 162 66 -
CMYK 0.90 0 0.59 0.36
HSL 140.28º 0.81% 0.35% -
HSV(B) 140.28º 0.9% 0.64% -
XYZ 14.13 26.35 9.5 -
YUV 107.7 104.46 63.31 -
System Red Green Blue C M Y K H S L
Decimal 17 162 66 0.90 0 0.59 0.36 140.28 0.81 0.35
Hex 11 A2 42 5A 0 3B 24 8C 51 23
Octal 21 242 102 132 0 73 44 214 121 43
Binary 10001 10100010 1000010 1011010 0 111011 100100 10001100 1010001 100011

Color Harmonies of #11A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A242

Black with #11A242

Text Example


Text Example

White with #11A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,162,66); }

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

background-color css

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

 a { background-color: rgb(17,162,66); }

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

border-color css

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

 span { border-color: rgb(17,162,66); }

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