Html Css Color HEX #11BA3F Dark Pastel Green

📋 copy color: '#11BA3F'

red 17 ◦ green 186 ◦ blue 63

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

Shades of Dark Pastel Green #11BA3F

Tints of Dark Pastel Green #11BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.92%

 BLUE value IS 63 (25% from 255) = 23.68%

R = 6.39%
G = 69.92%
B = 23.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#11BA3F (or 0x11BA3F) is known color: Dark Pastel Green. HEX triplet: 11, BA and 3F. RGB value is (17,186,63). Sum of RGB (Red+Green+Blue) = 17+186+63=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA3F is #EE45C0. Grayscale: #797979. Windows color (decimal): -15615425 or 4176401. OLE color: 4176401.

HSL color Cylindrical-coordinate representation of color #11BA3F: hue angle of 136.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA3F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 63 -
CMYK 0.91 0 0.66 0.27
HSL 136.33º 0.83% 0.4% -
HSV(B) 136.33º 0.91% 0.73% -
XYZ 18.69 35.6 10.59 -
YUV 121.45 95.01 53.5 -
System Red Green Blue C M Y K H S L
Decimal 17 186 63 0.91 0 0.66 0.27 136.33 0.83 0.4
Hex 11 BA 3F 5B 0 42 1B 88 53 28
Octal 21 272 77 133 0 102 33 210 123 50
Binary 10001 10111010 111111 1011011 0 1000010 11011 10001000 1010011 101000

Color Harmonies of #11BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA3F

Black with #11BA3F

Text Example


Text Example

White with #11BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,186,63); }

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

background-color css

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

 a { background-color: rgb(17,186,63); }

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

border-color css

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

 span { border-color: rgb(17,186,63); }

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