Html Css Color HEX #11963A Pigment Green

📋 copy color: '#11963A'

red 17 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #11963A

Tints of Pigment Green #11963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.67%

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

R = 7.56%
G = 66.67%
B = 25.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#11963A (or 0x11963A) is known color: Pigment Green. HEX triplet: 11, 96 and 3A. RGB value is (17,150,58). Sum of RGB (Red+Green+Blue) = 17+150+58=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #11963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11963A is #EE69C5. Grayscale: #636363. Windows color (decimal): -15624646 or 3839505. OLE color: 3839505.

HSL color Cylindrical-coordinate representation of color #11963A: hue angle of 138.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11963A is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 58 -
CMYK 0.89 0 0.61 0.41
HSL 138.5º 0.8% 0.33% -
HSV(B) 138.5º 0.89% 0.59% -
XYZ 11.9 22.24 7.67 -
YUV 99.75 104.44 68.98 -
System Red Green Blue C M Y K H S L
Decimal 17 150 58 0.89 0 0.61 0.41 138.5 0.8 0.33
Hex 11 96 3A 59 0 3D 29 8A 50 21
Octal 21 226 72 131 0 75 51 212 120 41
Binary 10001 10010110 111010 1011001 0 111101 101001 10001010 1010000 100001

Color Harmonies of #11963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11963A

Black with #11963A

Text Example


Text Example

White with #11963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11963A; }

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

 H1.HeaderClassName
 {
   color: #11963A;
 }
 .AnyTagClassName
 {
   color: #11963A;
 }
</style>

background-color css

<style>
 a { background-color: #11963A; }

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

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

border-color css

<style>
 span { border-color: #11963A; }

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

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